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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.