Ignore:
Timestamp:
Apr 17, 2011, 10:42:21 PM (13 years ago)
Author:
LucMorizur
Message:

Improve HTML

File:
1 edited

Legend:

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

    r8956 r10456  
    99  {'Help banner'|@translate} 
    1010  <label for = "ec_help_banner2_1" onclick = "ec_mark_help('ec_help_banner_1');">
    11     <input type = "radio" name = "ec_help_banner2_onoff" id = "ec_help_banner2_1"/>
     11    <input type = "radio" name = "ec_help_banner2_onoff" id = "ec_help_banner2_1">
    1212    {'Show'|@translate}
    1313  </label>
    1414  &nbsp;
    1515  <label for = "ec_help_banner2_0" onclick = "ec_mark_help('ec_help_banner_0');">
    16     <input type = "radio" name = "ec_help_banner2_onoff" id = "ec_help_banner2_0"/>
     16    <input type = "radio" name = "ec_help_banner2_onoff" id = "ec_help_banner2_0">
    1717    {'Hide'|@translate}
    1818  </label>
     
    4141              type = "radio" name = "ec_dup_conf" value = "0" id = "ec_dup_conf_none_id"
    4242              {if $ec_conf.dup_allow == '0'} checked = "checked" {/if}
    43             />
     43            >
    4444            {'No account'|@translate}
    45           </label><br />
     45          </label><br>
    4646          <label for = "ec_dup_conf_group_id">
    4747            <input
    4848              type = "radio" name = "ec_dup_conf" value = "2" id = "ec_dup_conf_group_id"
    4949              {if $ec_conf.dup_allow == '2'} checked = "checked" {/if}
    50             />
     50            >
    5151            {'Selection per group'|@translate}
    52           </label><br />
     52          </label><br>
    5353          <label for = "ec_dup_conf_all_id">
    5454            <input
    5555              type = "radio" name = "ec_dup_conf" value = "1" id = "ec_dup_conf_all_id"
    5656              {if $ec_conf.dup_allow == '1'} checked = "checked" {/if}
    57             />
     57            >
    5858            {'All accounts'|@translate}
    5959          </label>
     
    6868              type = "radio" name = "ec_dup_disp" value = "0" id = "ec_dup_disp_normal_id"
    6969              {if $ec_conf.duplic_display == '0'} checked = "checked" {/if}
    70             />
     70            >
    7171            {'No account'|@translate}
    72           </label><br />
     72          </label><br>
    7373          <label for = "ec_dup_disp_but_gen_id">
    7474            <input
    7575              type = "radio" name = "ec_dup_disp" value = "2" id = "ec_dup_disp_but_gen_id"
    7676              {if $ec_conf.duplic_display == '2'} checked = "checked" {/if}
    77             />
     77            >
    7878            {'All but generics'|@translate}
    79           </label><br />
     79          </label><br>
    8080          <label for = "ec_dup_disp_dup_id">
    8181            <input
    8282              type = "radio" name = "ec_dup_disp" value = "1" id = "ec_dup_disp_dup_id"
    8383              {if $ec_conf.duplic_display == '1'} checked = "checked" {/if}
    84             />
     84            >
    8585            {'All accounts'|@translate}
    86           </label><br />
     86          </label><br>
    8787        </td>
    8888      </tr>
    8989    </table>
    90     <input class = "submit" type = "submit" name = "ec_duplic_conf_submit" value = "{'Save dup. config btn'|@translate}" />
     90    <input class = "submit" type = "submit" name = "ec_duplic_conf_submit" value = "{'Save dup. config btn'|@translate}">
    9191  </fieldset>
    9292</form>
     
    101101    <ul>
    102102      {foreach from=$groups_granted_ids item=id}
    103       <li><label><input type = "checkbox" name = "deny_groups[]" value = "{$id}" /> {$all_groups[$id]}</label></li>
     103      <li><label><input type = "checkbox" name = "deny_groups[]" value = "{$id}"> {$all_groups[$id]}</label></li>
    104104      {/foreach}
    105105    </ul>
    106     <input class = "submit" type = "submit" name = "deny_groups_submit" value = "{'Deny to groups btn'|@translate}" />
     106    <input class = "submit" type = "submit" name = "deny_groups_submit" value = "{'Deny to groups btn'|@translate}">
    107107  </fieldset>
    108108 
     
    114114      {/foreach}
    115115    </ul>
    116     <input class = "submit" type = "submit" name = "grant_groups_submit" value = "{'Grant to groups btn'|@translate}" />
     116    <input class = "submit" type = "submit" name = "grant_groups_submit" value = "{'Grant to groups btn'|@translate}">
    117117  </fieldset>
    118118 
     
    123123    <ul>
    124124      {if $ec_gen_granted}
    125       <li><label><input type = "checkbox" name = "deny_generic" /> {'user_status_generic'|@translate}</label></li>
    126       <br />
     125      <li><label><input type = "checkbox" name = "deny_generic"> {'user_status_generic'|@translate}</label></li>
     126      <br>
    127127      {/if}
    128128      {foreach from=$types_granted_ids item=id}
    129         <li><label><input type = "checkbox" name = "deny_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
     129        <li><label><input type = "checkbox" name = "deny_types[]" value = "{$id}"> {$all_types[$id]}</label></li>
    130130      {/foreach}
    131131    </ul>
    132     <input class = "submit" type = "submit" name = "deny_types_submit" value = "{'Deny to types btn'|@translate}" />
     132    <input class = "submit" type = "submit" name = "deny_types_submit" value = "{'Deny to types btn'|@translate}">
    133133  </fieldset>
    134134 
     
    137137    <ul>
    138138      {if !$ec_gen_granted}
    139       <li><label><input type = "checkbox" name = "grant_generic" /> {'user_status_generic'|@translate}</label></li>
    140       <br />
     139      <li><label><input type = "checkbox" name = "grant_generic"> {'user_status_generic'|@translate}</label></li>
     140      <br>
    141141      {/if}
    142142      {foreach from=$types_denied_ids item=id}
    143         <li><label><input type = "checkbox" name = "grant_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
     143        <li><label><input type = "checkbox" name = "grant_types[]" value = "{$id}"> {$all_types[$id]}</label></li>
    144144      {/foreach}
    145145    </ul>
    146     <input class = "submit" type = "submit" name = "grant_types_submit" value = "{'Grant to types btn'|@translate}" />
     146    <input class = "submit" type = "submit" name = "grant_types_submit" value = "{'Grant to types btn'|@translate}">
    147147  </fieldset>
    148148 
     
    153153    <ul>
    154154      {foreach from=$users_granted_direct_ids item=id}
    155       <li><label><input type = "checkbox" name = "deny_users[]" value = "{$id}" /> {$all_users[$id]}</label></li>
     155      <li><label><input type = "checkbox" name = "deny_users[]" value = "{$id}"> {$all_users[$id]}</label></li>
    156156      {/foreach}
    157157    </ul>
    158     <input class = "submit" type = "submit" name = "deny_users_submit" value = "{'Deny to users btn'|@translate}" />
     158    <input class = "submit" type = "submit" name = "deny_users_submit" value = "{'Deny to users btn'|@translate}">
    159159  </fieldset>
    160160 
     
    177177      {/foreach}
    178178    </ul>
    179     <input class = "submit" type = "submit" name = "grant_users_submit" value = "{'Grant to users btn'|@translate}" />
     179    <input class = "submit" type = "submit" name = "grant_users_submit" value = "{'Grant to users btn'|@translate}">
    180180  </fieldset>
    181181 
Note: See TracChangeset for help on using the changeset viewer.