Changeset 511011 in indico for indico/MaKaC/webinterface/tpls/JudgeEditing.tpl
- Timestamp:
- 10/04/10 17:17:56 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- e5cb23
- Parents:
- 2cc959
- git-author:
- csvetelina.angelova@…> (03/01/10 15:12:42)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:56)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/tpls/JudgeEditing.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/JudgeEditing.tpl
r89ef8e r511011 138 138 function(result, error){ 139 139 if (!error) { 140 $E('inPlaceEditComments').set(result); 140 if(result.length == 0){ 141 $E('inPlaceEditComments').set($T('No comments given.')); 142 } else { 143 $E('inPlaceEditComments').set(result) 144 } 141 145 } 142 146 }
Note: See TracChangeset
for help on using the changeset viewer.
