Ignore:
Timestamp:
Apr 21, 2011, 9:06:45 AM (13 years ago)
Author:
LucMorizur
Message:

Adapt terms to Piwigo 2.2 policy
("category" and "image" replaced by "album" and "photo"),
and a few cosmetic corrections on displayed messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/autolog_new.tpl

    r10456 r10522  
    1818      {'Hide'|@translate}
    1919    </label>
    20     &nbsp;&#151;&nbsp;
     20    &nbsp;&nbsp;
    2121  </span>
    2222  {if $ec_ap_ok}
     
    102102             id = "ec_in_up_code_id" onblur = "ec_check_code_text(this.value);"
    103103            >
    104             &nbsp;&#151;&nbsp;
     104            &nbsp;&nbsp;
    105105            <label for = "ec_in_up_comment_id" style = "margin:0;" title = "{'Optional'|@translate}">
    106106              <span style = "font-weight:bold; font-style:italic;">{'Comment'|@translate}</span>
     
    123123                {$ec_key}
    124124                {if $ec_val.comment != ''}
    125                   &nbsp;&#151;&nbsp;{$ec_val.comment}
     125                  &nbsp;&nbsp;{$ec_val.comment}
    126126                {/if}
    127127              </option>
     
    140140                {$ec_val.id} : {$ec_val.code}
    141141                {if $ec_val.comment != ''}
    142                   &nbsp;&#151;&nbsp;{$ec_val.comment}
     142                  &nbsp;&nbsp;{$ec_val.comment}
    143143                {/if}
    144144              </option>
    145145            {/foreach}
    146146          </select>
    147           &nbsp;&#151;&nbsp;
     147          &nbsp;&nbsp;
    148148            <label for = "ec_in_up_comment_id" style = "margin:0;" title = "{'Optional'|@translate}">
    149149              <span style = "font-weight:bold;  font-style:italic;">{'Comment'|@translate}</span>
Note: See TracChangeset for help on using the changeset viewer.