Author: jablko
Date: Sun Oct 24 12:36:49 2010
New Revision: 8423
Log:
Add sticky header behavior
Added:
trunk/apps/qubit/modules/function/config/view.yml
- copied, changed from r8420,
trunk/apps/qubit/modules/informationobject/config/view.yml
Modified:
trunk/apps/qubit/modules/function/templates/listSuccess.php
Copied and modified: trunk/apps/qubit/modules/function/config/view.yml (from
r8420, trunk/apps/qubit/modules/informationobject/config/view.yml)
==============================================================================
--- trunk/apps/qubit/modules/informationobject/config/view.yml Sun Oct 24
12:25:13 2010 (r8420, copy source)
+++ trunk/apps/qubit/modules/function/config/view.yml Sun Oct 24 12:36:49
2010 (r8423)
@@ -1,20 +1,4 @@
-editPhysicalObjectsSuccess:
- stylesheets:
- /vendor/yui/autocomplete/assets/skins/sam/autocomplete: { position: first }
- javascripts:
- /plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
- /vendor/yui/connection/connection-min:
- /vendor/yui/datasource/datasource-min:
- /vendor/yui/autocomplete/autocomplete-min:
- autocomplete:
- multiDelete:
-
listSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
-
-physicalObjects:
- javascripts:
- /plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
- /plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
Modified: trunk/apps/qubit/modules/function/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24
12:33:31 2010 (r8422)
+++ trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24
12:36:49 2010 (r8423)
@@ -1,6 +1,6 @@
<h1><?php echo __('List %1%', array('%1%' =>
sfConfig::get('app_ui_label_function'))) ?></h1>
-<table>
+<table class="sticky-enabled">
<thead>
<tr>
<th>
--
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.com/group/qubit-commits?hl=en.