Changeset 7314


Ignore:
Timestamp:
Oct 21, 2010, 7:58:54 AM (14 years ago)
Author:
LucMorizur
Message:

Clean autolog_entries.tpl and config.tpl thanks to HTMLvalidator : all .tpl's clean now

Location:
extensions/event_cats/admin/template
Files:
3 edited

Legend:

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

    r6269 r7314  
    1818      {'Hide'|@translate}
    1919    </label>
    20     &nbsp;&#151;&nbsp;
     20    &nbsp;&nbsp;
    2121  </span>
    2222  {if $ec_ap_ok}
     
    3737{* <!-- Form to view codes --> *}
    3838<form class = "filter" method = "post" name = "ec_view_codes" action = "">
    39   <input type = "hidden" id = "ec_act1_id" name = "ec_act1" />
    40   <input type = "radio" name = "ec_entry_sel" value = "-1" id = "selection--1" style = "display:none;"/>
     39  <p>
     40    <input type = "hidden" id = "ec_act1_id" name = "ec_act1" />
     41    <input type = "radio" name = "ec_entry_sel" value = "-1" id = "selection--1" style = "display:none;" />
     42  </p>
    4143 
    4244  <div style = "text-align:center; font-weight:bold; font-size:120%;">
     
    4648      <!--[if !IE]> <--> </label> <!--> <![endif]-->
    4749      <!-- What we're able to do for our "prefered" browser |-( ...!  -->
    48     </a><br />
    49   </div><br />
     50    </a><br /><br />
     51  </div>
    5052 
    5153  {* <!-- Table to show codes present in MySQL table --> *}
     
    120122        <label title = "{'Copy URL ttip'|@translate}">
    121123          {'URL'|@translate}
    122           <input type = "text" id = "ec_show_URL" size = "100%" title = "{'Copy URL ttip'|@translate}" readonly = "readonly" />
     124          <input type = "text" id = "ec_show_URL" size = "100" title = "{'Copy URL ttip'|@translate}" readonly = "readonly" />
    123125        </label><br />
    124126        <br />
    125         <a
    126          href = "javascript:void(0);" title = "{'Test URL ttip'|@translate}" alt = "{'Test URL ttip'|@translate}"
    127          id = "ec_table_URL" onclick = "return ec_check_tst();" class = "ec_lower_tools"
    128         />
    129           <img src = "{$EVNTCATS_URLS.ROOT}icon/url2.png" class = "button"/>
     127        <a href = "javascript:void(0);" title = "{'Test URL ttip'|@translate}"
     128         id = "ec_table_URL" onclick = "return ec_check_tst();" class = "ec_lower_tools" >
     129          <img src = "{$EVNTCATS_URLS.ROOT}icon/url2.png" class = "button" alt = "{'Test URL ttip'|@translate}" />
    130130          {'Test'|@translate}
    131131        </a>
    132132        &nbsp;&nbsp;
    133         <a href = "javascript:void(0);" onclick = "ec_check_dl();" id = "ec_del_link_id" class = "ec_lower_tools"
    134          alt = "{'Delete entry ttip'|@translate}" title = "{'Delete entry ttip'|@translate}"
    135         >
    136           <img src = "{$EVNTCATS_URLS.ROOT}icon/delete.png" class = "button"/>
     133        <a href = "javascript:void(0);" onclick = "ec_check_dl();" id = "ec_del_link_id"
     134         class = "ec_lower_tools" title = "{'Delete entry ttip'|@translate}" >
     135          <img src = "{$EVNTCATS_URLS.ROOT}icon/delete.png" class = "button" alt = "{'Delete entry ttip'|@translate}" />
    137136          {'Delete'|@translate}
    138137        </a>
    139138        &nbsp;&nbsp;
    140         <a href = "javascript:void(0);" onclick = "ec_check_m();" id = "ec_mod_link_id" class = "ec_lower_tools"
    141          alt = "{'Modify entry ttip'|@translate}" title = "{'Modify entry ttip'|@translate}"
    142         >
    143           <img src = "{$EVNTCATS_URLS.ROOT}icon/modify.png" class = "button"/>
     139        <a href = "javascript:void(0);" onclick = "ec_check_m();" id = "ec_mod_link_id"
     140         class = "ec_lower_tools" title = "{'Modify entry ttip'|@translate}" >
     141          <img src = "{$EVNTCATS_URLS.ROOT}icon/modify.png" class = "button" alt = "{'Modify entry ttip'|@translate}" />
    144142          {'Modify'|@translate}
    145143        </a>
    146144      </td>
    147145    </tr>
    148   </table><br />
     146  </table>
    149147</form>
    150148
  • extensions/event_cats/admin/template/config.tpl

    r6269 r7314  
    1818      {'Hide'|@translate}
    1919    </label>
    20     &nbsp;&#151;&nbsp;
     20    &nbsp;&nbsp;
    2121  </span>
    2222  {if $ec_ap_ok}
     
    117117          </label><br />
    118118          {* <!-- Additionnal Page, provided the plugin is activated and at least one Add. P. is available --> *}
    119           <label class = "ec_block" for = "ec_in_up_aps_id" {if !$ec_ap_ok or count($add_pages) == 0} style = "display:none;" {/if}
    120            onclick = "ec_mark_action('ec_unknown_2_id');"
     119          <label class = "ec_block" for = "ec_in_up_aps_id" onclick = "ec_mark_action('ec_unknown_2_id');"
     120           {if !$ec_ap_ok or count($add_pages) == 0} style = "display:none;" {/if}
    121121          >
    122             <input type = "radio" name = "ec_unknown" value = "2" id = "ec_unknown_2_id" for = "ec_in_up_aps_id" />
     122            <input type = "radio" name = "ec_unknown" value = "2" id = "ec_unknown_2_id" />
    123123            {'Additional Page'|@translate}<br />
    124124            <select class = "categoryList" name = "ec_in_up_aps" size="30" id = "ec_in_up_aps_id" onchange = "ec_selected_AP = this.value;" >
  • extensions/event_cats/admin/template/footer.inc.tpl

    r7285 r7314  
    77{* <!-- For help banner --> *}
    88{if isset($ec_help_banner_in_foot)}
     9  <br />
    910  <script type = "text/javascript"><!--
    1011    ec_help_banner_in_foot = true;
Note: See TracChangeset for help on using the changeset viewer.