Ignore:
Timestamp:
10/04/10 17:17:56 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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)
Message:

[IMP] - if no Comments - "None" in the field

  • Giving Judgement(for all reviewers): if there are no Comments - "None" in the field
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/JudgeEditing.tpl

    r89ef8e r511011  
    138138            function(result, error){ 
    139139                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                    } 
    141145                } 
    142146            } 
Note: See TracChangeset for help on using the changeset viewer.