Changeset 13944
- Timestamp:
- 12/18/07 11:56:30 (10 months ago)
- Files:
-
- trunk/midcom/build/midcomDBAWriter.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.js (modified) (1 diff)
- trunk/midcom/midcom.helper.xml/objectmapper.php (modified) (1 diff)
- trunk/midcom/midgard.admin.sitegroup/creation/config/config.php (modified) (1 diff)
- trunk/midcom/org.openpsa.directmarketing/locale/default.en.txt (modified) (1 diff)
- trunk/midcom/static/jQuery/interface/source/iselect.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/build/midcomDBAWriter.php
r5030 r13944 35 35 return; 36 36 37 // throw new Exception( "Class {$this->type} al lready exists in midcomdba.inc!" );37 // throw new Exception( "Class {$this->type} already exists in midcomdba.inc!" ); 38 38 } 39 39 } trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.js
r13639 r13944 579 579 // PONDER: How should we handle the renderer_callback rendering? 580 580 // We could use custom javascript function, or require the data 581 // object to contain a content field which is al lready formatted html...581 // object to contain a content field which is already formatted html... 582 582 var item_content = jQuery("<div>") 583 583 // .attr({ id: options.widget_id + '_result_item_'+data.id }) trunk/midcom/midcom.helper.xml/objectmapper.php
r11793 r13944 143 143 } 144 144 /* the xml is prefixed with either the old midcom class or the new one. We solve this 145 * by just jumping over it as we al lready got the object.145 * by just jumping over it as we already got the object. 146 146 */ 147 147 $this->classname = key($array); trunk/midcom/midgard.admin.sitegroup/creation/config/config.php
r4168 r13944 165 165 166 166 /** 167 * Use an al lready created rootpage that has the guid set below.167 * Use an already created rootpage that has the guid set below. 168 168 * @todo not implemented 169 169 */ trunk/midcom/org.openpsa.directmarketing/locale/default.en.txt
r13935 r13944 569 569 570 570 ---STRING already_subscribed 571 Al lready subscribed571 Already subscribed 572 572 ---STRINGEND 573 573 trunk/midcom/static/jQuery/interface/source/iselect.js
r11275 r13944 173 173 // Reselect the item if: 174 174 // - we ARE multiselecting, 175 // - dragged over an al lready selected object (so it got unselected)175 // - dragged over an already selected object (so it got unselected) 176 176 // - But then dragged the selection out of it again. 177 177 this.s = true;
