Ignore:
Timestamp:
Jan 28, 2011, 8:56:39 AM (13 years ago)
Author:
LucMorizur
Message:

Fix bug:2135

File:
1 edited

Legend:

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

    r7832 r8956  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
    44
    55{include file=$HeaderIncTPL}
     
    1818      {'Hide'|@translate}
    1919    </label>
    20     &nbsp;&nbsp;
     20    &nbsp;&#151;&nbsp;
    2121  </span>
    2222  {if $ec_ap_ok}
     
    3333</div><span id = "ec_help_ban"></span>
    3434
    35 <br>
     35<br />
    3636
    3737{* <!-- Form to view codes --> *}
    3838<form class = "filter" method = "post" name = "ec_view_codes" action = "">
    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>
     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;"/>
    4341 
    4442  <div style = "text-align:center; font-weight:bold; font-size:120%;">
     
    4846      <!--[if !IE]> <--> </label> <!--> <![endif]-->
    4947      <!-- What we're able to do for our "prefered" browser |-( ...!  -->
    50     </a><br><br>
    51   </div>
     48    </a><br />
     49  </div><br />
    5250 
    5351  {* <!-- Table to show codes present in MySQL table --> *}
     
    6967          <input type = "radio" name = "ec_entry_sel" value = "{$code_line.id}" id = "selection-{$code_line.id}"
    7068           onclick = "ec_mark_line({$code_line.id});"
    71          >
     69          />
    7270          <label for = "selection-{$code_line.id}">{$code_line.id}</label>
    7371          <a id = "ec_url_id_{$code_line.id}" style = "display:none;" href = "{$code_line.code_URL}"></a>
     
    7876          >
    7977            {$code_line.Code}
    80             {if !$comment_tooltip and $code_line.Comment != ''}<br>{$code_line.Comment}{/if}
     78            {if !$comment_tooltip and $code_line.Comment != ''}<br />{$code_line.Comment}{/if}
    8179          </label>
    8280        </td>
     
    8886            <a href = "javascript:void(0);" onclick = "ec_check_ds({$code_line.id});">
    8987              <img src = "{$EVNTCATS_URLS.ROOT}icon/disable.png" class = "button"
    90                alt = "{'Outdate entry ttip'|@translate}" title = "{'Outdate entry ttip'|@translate}">
     88               alt = "{'Outdate entry ttip'|@translate}" title = "{'Outdate entry ttip'|@translate}" />
    9189            </a>
    9290            {if $code_line.Forced == 'true'}
     
    9492                <img class = "button" src = "{$EVNTCATS_URLS.ROOT}icon/forced.png"
    9593                 alt = "{'Unforce display ttip'|@translate}" title = "{'Unforce display ttip'|@translate}"
    96                >
     94                />
    9795              </a>
    9896            {else}
     
    103101              <a href = "javascript:void(0);" title = "{'Duplicate entry ttip'|@translate}" onclick = "ec_duplicate_entry({$code_line.id});">
    104102                <img src = "{$EVNTCATS_URLS.ROOT}icon/duplicate.png" class = "button" style = "border:none"
    105                  alt = "{'Duplicate entry ttip'|@translate}" title = "{'Duplicate entry ttip'|@translate}">
     103                 alt = "{'Duplicate entry ttip'|@translate}" title = "{'Duplicate entry ttip'|@translate}" />
    106104              </a>
    107105            {/if}
     
    122120        <label title = "{'Copy URL ttip'|@translate}">
    123121          {'URL'|@translate}
    124           <input type = "text" id = "ec_show_URL" size = "100" title = "{'Copy URL ttip'|@translate}" readonly = "readonly">
    125         </label><br>
    126         <br>
    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}">
     122          <input type = "text" id = "ec_show_URL" size = "100%" title = "{'Copy URL ttip'|@translate}" readonly = "readonly" />
     123        </label><br />
     124        <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"/>
    130130          {'Test'|@translate}
    131131        </a>
    132132        &nbsp;&nbsp;
    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}">
     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"/>
    136137          {'Delete'|@translate}
    137138        </a>
    138139        &nbsp;&nbsp;
    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}">
     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"/>
    142144          {'Modify'|@translate}
    143145        </a>
    144146      </td>
    145147    </tr>
    146   </table>
     148  </table><br />
    147149</form>
    148150
Note: See TracChangeset for help on using the changeset viewer.