Ignore:
Timestamp:
Dec 3, 2009, 10:01:37 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Adaptation for PEM

File:
1 edited

Legend:

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

    r4329 r4418  
    113113  </table>
    114114 
     115  {* <!-- Other --> *}
     116  <h4>{'Other'|@translate}</h4>
     117  <table>
     118    <tr>
     119      <td style = "text-align:right; font-weight:bold;">
     120        {'Comments display'|@translate}&nbsp;&nbsp;
     121      </td>
     122      <td>
     123        <label for = "ec_comments_0_id">
     124          <input type = "radio" name = "ec_comments" value = "0" id = "ec_comments_0_id"
     125            {if $ec_conf.comment_display == '0'} checked = "checked" {/if}
     126          />
     127          {'As tooltip'|@translate}
     128        </label><br />
     129        <label for = "ec_comments_1_id">
     130          <input type = "radio" name = "ec_comments" value = "1" id = "ec_comments_1_id"
     131            {if $ec_conf.comment_display == '1'} checked = "checked" {/if}
     132          />
     133          {'In a row'|@translate}
     134        </label>
     135    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
     136  </table>
     137 
    115138  <div style = "text-align:center;">
    116139    <input class = "submit" type = "submit" name = "ec_conf_submit" value = "{'Submit'|@translate}" />
Note: See TracChangeset for help on using the changeset viewer.