Changeset 1194
- Timestamp:
- 08/01/08 11:25:51
- Files:
-
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/configure.zcml (modified) (1 diff)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/manage.zcml (deleted)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/resources.zcml (modified) (1 diff)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/resources/dragdrop.js (added)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/resources/plonetabs.css (modified) (4 diffs)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/actionslist.pt (modified) (2 diffs)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/configure.zcml (modified) (1 diff)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/plugins/configure.zcml (modified) (1 diff)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/plugins/plugin.js (modified) (5 diffs)
- qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/profiles/default/jsregistry.xml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/configure.zcml
r1174 r1194 2 2 xmlns="http://namespaces.zope.org/zope" 3 3 xmlns:browser="http://namespaces.zope.org/browser"> 4 5 <include file="manage.zcml" />6 4 7 5 <include file="kssactions.zcml" /> qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/resources.zcml
r1082 r1194 49 49 /> 50 50 51 <!-- Register scriptaculous dragdrop js library --> 52 53 <browser:resource 54 name="sa_dragdrop.js" 55 file="./resources/dragdrop.js" 56 /> 57 51 58 </configure> qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/resources/plonetabs.css
r1193 r1194 82 82 #app.viewing ul.csshover li:hover .visibility, 83 83 #app.viewing ul.csshover li.onHover .visibility, 84 .kssTabsActive #app.viewing ul.csshover li:hover .drag-handle, 85 .kssTabsActive #app.viewing ul.csshover li.onHover .drag-handle, 84 86 #app ul#roottabs.csshover li:hover .visibility, 85 #app ul#roottabs.csshover li.onHover .visibility ,86 #app.sorting .drag-handle{87 #app ul#roottabs.csshover li.onHover .visibility 88 /* #app.sorting .drag-handle*/ { 87 89 display: inline; 88 90 } … … 112 114 /**********************************************************/ 113 115 114 #app .sorting#tabslist img.drag-handle {116 #app #tabslist img.drag-handle { 115 117 cursor: move; 116 118 } … … 137 139 .drag-handle { 138 140 float:left; 139 margin:0.5em 0.5em 0 0; 141 /* margin:0.5em 0.5em 0 0; */ 142 margin-right: 0.2em; 140 143 } 141 144 … … 263 266 top:0.2em; 264 267 width:3em; 268 } 269 270 .kssTabsActive #app .bridge { 271 left: -3.5em; 272 width: 3.5em; 265 273 } 266 274 qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/actionslist.pt
r1193 r1194 13 13 class python:' '.join(klass)"> 14 14 15 <img class="drag-handle" src="++resource++drag.gif" alt="" height="11" width="25" />16 15 <a class="delete" href="#">Delete</a> 17 16 … … 31 30 32 31 <div class="bridge"> 32 <img class="drag-handle" src="++resource++drag.gif" alt="" height="11" width="25" /> 33 33 <input type="checkbox" class="visibility" value="1" name="visible" title="visibility" 34 34 tal:define="name string:${attrs/name}_${id}; qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/configure.zcml
r1082 r1194 3 3 xmlns:five="http://namespaces.zope.org/five" 4 4 i18n_domain="quintagroup.plonetabs"> 5 5 6 6 <!-- Set up as a Zope2 product --> 7 7 <five:registerPackage package="." initialize=".initialize" /> qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/plugins/configure.zcml
r1193 r1194 4 4 > 5 5 6 7 6 <!-- plugin registration --> 8 7 qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/plugins/plugin.js
r1193 r1194 2 2 kukit.plonetabs = {}; 3 3 4 /* Base kukitplugins for plonetabs */4 /* KSS plugins for plonetabs */ 5 5 6 6 kukit.actionsGlobalRegistry.register("plonetabs-redirectTo", function(oper) { … … 40 40 kukit.commandsGlobalRegistry.registerFromAction("plonetabs-redirectTo", kukit.cr.makeSelectorCommand); 41 41 42 42 43 kukit.actionsGlobalRegistry.register("plonetabs-toggleCollapsible", function(oper) { 43 44 ;;; oper.componentName = "[plonetabs-toggleCollapsible] action"; … … 70 71 kukit.commandsGlobalRegistry.registerFromAction("plonetabs-toggleCollapsible", kukit.cr.makeSelectorCommand); 71 72 73 72 74 kukit.actionsGlobalRegistry.register("plonetabs-resetForm", function(oper) { 73 75 ;;; oper.componentName = "[plonetabs-resetForm] action"; … … 84 86 kukit.commandsGlobalRegistry.registerFromAction("plonetabs-resetForm", kukit.cr.makeSelectorCommand); 85 87 88 86 89 kukit.actionsGlobalRegistry.register("plonetabs-handleServerError", function(oper) { 87 90 oper.componentName = "[plonetabs-handleServerError] action"; … … 89 92 alert(oper.parms.message); 90 93 }); 94 91 95 92 96 var PLONETABS_ADD_PATTERN = new RegExp('[^a-zA-Z0-9-_~,.\\$\\(\\)# ]','g');
