Scarab commit: svn commit: r10678 - branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2009-01-14 07:58:52-0800
New Revision: 10678
Modified:
branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeOptionSelect.vm
branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeSelect.vm
branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/UserAttributeSelect.vm
Log:
ENH - Issue SCB2737 possibility to create a new attribute "in module level" is removed. User has to switch to global data first to create a new option, attribute or issue type, and can add theses items afterwards to the module. Committed only for a clearer distinction between global data and module data for the user/ admin.
Modified: branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeOptionSelect.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeOptionSelect.vm?view=diff&pathrev=10678&r1=10677&r2=10678
==============================================================================
--- branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeOptionSelect.vm (original)
+++ branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeOptionSelect.vm 2009-01-14 07:58:52-0800
@@ -22,7 +22,7 @@
<input type="submit" value="$l10n.Add" name="eventSubmit_doSelectattributeoption" /> 
#end
#if ($canEditDomain)
-<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doGotoothertemplate" /> 
+##<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doGotoothertemplate" /> 
#end
<input type="submit" value="$l10n.Cancel" name="eventSubmit_doCancel" /> 
</div>
@@ -52,7 +52,7 @@
<input type="submit" value="$l10n.Add" name="eventSubmit_doSelectattributeoption" /> 
#end
#if ($canEditDomain)
-<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doGotoothertemplate" /> 
+##<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doGotoothertemplate" /> 
#end
<input type="submit" value="$l10n.Cancel" name="eventSubmit_doCancel" /> 
</div>
Modified: branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeSelect.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeSelect.vm?view=diff&pathrev=10678&r1=10677&r2=10678
==============================================================================
--- branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeSelect.vm (original)
+++ branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/AttributeSelect.vm 2009-01-14 07:58:52-0800
@@ -17,7 +17,7 @@
<input type="submit" value="$l10n.Add" name="eventSubmit_doSelectattribute" />
#end
#if ($canEditDomain)
- <input type="submit" value="$l10n.CreateNew" name="eventSubmit_doCreatenewglobalattribute"/> 
+ ##<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doCreatenewglobalattribute"/> 
#end
<input type="submit" value="$l10n.Cancel" name="eventSubmit_doCancel"/>
</div>
Modified: branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/UserAttributeSelect.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/UserAttributeSelect.vm?view=diff&pathrev=10678&r1=10677&r2=10678
==============================================================================
--- branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/UserAttributeSelect.vm (original)
+++ branches/release/0.22/src/webapp/WEB-INF/templates/screens/admin/UserAttributeSelect.vm 2009-01-14 07:58:52-0800
@@ -6,7 +6,7 @@
<input type="submit" value="$l10n.AddSelectedToModule" name="eventSubmit_doSelectuserattribute" />
#end
#if ($canEditDomain)
- <input type="submit" value="$l10n.CreateNew" name="eventSubmit_doCreatenewuserattribute"/> 
+ ##<input type="submit" value="$l10n.CreateNew" name="eventSubmit_doCreatenewuserattribute"/> 
#end
<input type="submit" value="$l10n.Cancel" name="eventSubmit_doCancel"/>
</div>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1024363