Ignore:
Timestamp:
Oct 20, 2010, 11:18:02 PM (14 years ago)
Author:
LucMorizur
Message:

Clean duplication.tpl thanks to HTMLvalidator; fix bug:1947

File:
1 edited

Legend:

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

    r7066 r7311  
    2222//--></script>
    2323
    24 <!-- Aknowledgement ----------------------------------------------------------
    25 | A lot of below code has simply been copied-pasted from file cat_perm.tpl . |
    26 | Many thanks to people who wrote it !                                       |
    27 ----------------------------------------------------------------------------->
     24<!-- Acknowledgement
     25  A lot of below code has simply been copied-pasted from file cat_perm.tpl . 
     26  Many thanks to people who wrote it !                                       
     27-->
    2828
    2929{* <!-- Duplication configuration parameters --> *}
    30 <form action = "" method = "post" class = "titrePage" name = "ec_duplic_conf">
     30<form action = "" method = "post" class = "titrePage" {* name = "ec_duplic_conf"  *} >
    3131  <fieldset>
    3232    <legend>{'Configuration'|@translate}</legend>
     
    9393
    9494{* <!-- Duplication settings by groups / types / user ids --> *}
    95 <form action = "" method = "post" name = "ec_duplic_set" id="categoryPermissions">
     95<form action = "" method = "post" {* name = "ec_duplic_set" *} id="categoryPermissions">
    9696 
    9797  <h4>{'Groups'|@translate}</h4>
     
    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><br /></li>
    127126      {/if}
    128127      {foreach from=$types_granted_ids item=id}
Note: See TracChangeset for help on using the changeset viewer.