From efbb3fcc84055c854cd12dbe683304a03e88d14c Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sat, 18 Nov 2006 14:54:30 +0000 Subject: [PATCH] fixed #159. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1155 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/hudson/model/User/builds.jelly | 8 +++-- .../resources/lib/hudson/projectView.jelly | 35 ++----------------- .../lib/hudson/rssBar-with-iconSize.jelly | 27 ++++++++++++++ .../resources/lib/hudson/setIconSize.jelly | 12 +++++++ 4 files changed, 46 insertions(+), 36 deletions(-) create mode 100644 core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly create mode 100644 core/src/main/resources/lib/hudson/setIconSize.jelly diff --git a/core/src/main/resources/hudson/model/User/builds.jelly b/core/src/main/resources/hudson/model/User/builds.jelly index 9c01fc70c6..aa03aaa197 100644 --- a/core/src/main/resources/hudson/model/User/builds.jelly +++ b/core/src/main/resources/hudson/model/User/builds.jelly @@ -7,6 +7,8 @@ Builds for ${it} + + @@ -19,7 +21,7 @@
- + @@ -35,13 +37,13 @@ - +
- + \ No newline at end of file diff --git a/core/src/main/resources/lib/hudson/projectView.jelly b/core/src/main/resources/lib/hudson/projectView.jelly index 4d46934e2e..cb5ed90c6c 100644 --- a/core/src/main/resources/lib/hudson/projectView.jelly +++ b/core/src/main/resources/lib/hudson/projectView.jelly @@ -3,14 +3,7 @@ <%@ attribute name="showViewTabs" required="true" type="java.lang.Boolean" %> --> - - - - +
@@ -102,31 +95,7 @@ - - - - - - - - ${title} - - - ${title} - - - - - - - -
Icon: - - - - - -
+
\ No newline at end of file diff --git a/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly b/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly new file mode 100644 index 0000000000..cfab54df80 --- /dev/null +++ b/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly @@ -0,0 +1,27 @@ + + + + + + + + + ${title} + + + ${title} + + + + + + + +
Icon: + + + + + +
+
\ No newline at end of file diff --git a/core/src/main/resources/lib/hudson/setIconSize.jelly b/core/src/main/resources/lib/hudson/setIconSize.jelly new file mode 100644 index 0000000000..b77ed848bb --- /dev/null +++ b/core/src/main/resources/lib/hudson/setIconSize.jelly @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file -- GitLab