Author: jablko
Date: Tue Sep 29 16:18:06 2009
New Revision: 3605
Log:
Temporarily hide lengthy help text on edit ISAD page with CSS, fixes issue 976
-- force
Added:
trunk/web/css/edit.css (contents, props changed)
Modified:
trunk/apps/qubit/modules/informationobject/config/view.yml
Modified: trunk/apps/qubit/modules/informationobject/config/view.yml
==============================================================================
--- trunk/apps/qubit/modules/informationobject/config/view.yml Tue Sep 29
16:15:34 2009 (r3604)
+++ trunk/apps/qubit/modules/informationobject/config/view.yml Tue Sep 29
16:18:06 2009 (r3605)
@@ -24,6 +24,7 @@
editIsadSuccess:
stylesheets:
/vendor/yui/autocomplete/assets/skins/sam/autocomplete: { position: first }
+ edit:
javascripts: [autocomplete, /sfDrupalPlugin/vendor/drupal/misc/collapse,
/sfDrupalPlugin/vendor/drupal/misc/textarea, multiDelete, multiInstanceInput,
multiInstanceSelect, select]
editModsSuccess:
Added: trunk/web/css/edit.css
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/web/css/edit.css Tue Sep 29 16:18:06 2009 (r3605)
@@ -0,0 +1,4 @@
+.form-item .description
+{
+ display: none;
+}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---