Changeset aaf5bcb in indico
- Timestamp:
- 06/14/10 15:21:36 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- f25ab4
- Parents:
- c9d743
- git-author:
- Leszek Syroka <leszek.marek.syroka@…> (05/20/10 14:57:08)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (06/14/10 15:21:36)
- Location:
- indico/htdocs/js/indico/Management
- Files:
-
- 2 edited
-
Timetable.js (modified) (2 diffs)
-
Users.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Management/Timetable.js
rd91d89 raaf5bcb 254 254 this.roomEditor.postDraw(); 255 255 this.ServiceDialogWithButtons.prototype.postDraw.call(this); 256 $E('addContributionFocusField').dom.focus(); 256 257 }, 257 258 … … 368 369 datecomponent = [$T('Duration'), self.timeField]; 369 370 } 370 371 371 return IndicoUtil.createFormFromMap( 372 372 [ 373 373 [ 374 374 $T('Title'), 375 $B(this.parameterManager.add(Html.edit({ }), 'text', false),375 $B(this.parameterManager.add(Html.edit({id:'addContributionFocusField'}), 'text', false), 376 376 info.accessor('title')) 377 377 ], -
indico/htdocs/js/indico/Management/Users.js
r701dc2 raaf5bcb 217 217 var self = this; 218 218 219 var familyName = new EnterObserverTextBox("text",{style:{width:"100%"} }, function() {219 var familyName = new EnterObserverTextBox("text",{style:{width:"100%"},id:'userSearchFocusField'}, function() { 220 220 self._searchAction(); 221 221 return false; … … 299 299 draw: function() { 300 300 return this.SimpleSearchPanel.prototype.draw.call(this); 301 } 301 }, 302 302 }, 303 303 … … 755 755 } 756 756 this.ExclusivePopupWithButtons.prototype.postDraw.call(this); 757 $E('userSearchFocusField').dom.focus(); 757 758 } 758 759 },
Note: See TracChangeset
for help on using the changeset viewer.
