From 32c3696ed2a0f3f39309c845f8d019dda83c8f24 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 24 Mar 2008 05:45:35 +0000 Subject: [PATCH] refactored git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7989 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/form/entry.jelly | 2 +- core/src/main/resources/lib/form/helpArea.jelly | 10 ++++++++++ core/src/main/resources/lib/form/hetero-list.jelly | 2 +- core/src/main/resources/lib/form/optionalBlock.jelly | 2 +- core/src/main/resources/lib/form/radioBlock.jelly | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 core/src/main/resources/lib/form/helpArea.jelly diff --git a/core/src/main/resources/lib/form/entry.jelly b/core/src/main/resources/lib/form/entry.jelly index 72053b4fd4..9b7df71e91 100644 --- a/core/src/main/resources/lib/form/entry.jelly +++ b/core/src/main/resources/lib/form/entry.jelly @@ -28,6 +28,6 @@ -
Loading...
+
diff --git a/core/src/main/resources/lib/form/helpArea.jelly b/core/src/main/resources/lib/form/helpArea.jelly new file mode 100644 index 0000000000..edac482d59 --- /dev/null +++ b/core/src/main/resources/lib/form/helpArea.jelly @@ -0,0 +1,10 @@ + + + + +
Loading...
+ + + diff --git a/core/src/main/resources/lib/form/hetero-list.jelly b/core/src/main/resources/lib/form/hetero-list.jelly index 0e69de431e..64ada9f677 100644 --- a/core/src/main/resources/lib/form/hetero-list.jelly +++ b/core/src/main/resources/lib/form/hetero-list.jelly @@ -34,7 +34,7 @@ -
Loading...
+
diff --git a/core/src/main/resources/lib/form/optionalBlock.jelly b/core/src/main/resources/lib/form/optionalBlock.jelly index 05a6540f18..207edbcc93 100644 --- a/core/src/main/resources/lib/form/optionalBlock.jelly +++ b/core/src/main/resources/lib/form/optionalBlock.jelly @@ -26,7 +26,7 @@ -
Loading...
+
diff --git a/core/src/main/resources/lib/form/radioBlock.jelly b/core/src/main/resources/lib/form/radioBlock.jelly index 9a45b7b30d..9a12ce1b90 100644 --- a/core/src/main/resources/lib/form/radioBlock.jelly +++ b/core/src/main/resources/lib/form/radioBlock.jelly @@ -25,7 +25,7 @@ -
Loading...
+
-- GitLab