Changeset 7314 for extensions/event_cats/admin/template
- Timestamp:
- Oct 21, 2010, 7:58:54 AM (14 years ago)
- Location:
- extensions/event_cats/admin/template
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/admin/template/autolog_entries.tpl
r6269 r7314 18 18 {'Hide'|@translate} 19 19 </label> 20 — 20 — 21 21 </span> 22 22 {if $ec_ap_ok} … … 37 37 {* <!-- Form to view codes --> *} 38 38 <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> 41 43 42 44 <div style = "text-align:center; font-weight:bold; font-size:120%;"> … … 46 48 <!--[if !IE]> <--> </label> <!--> <![endif]--> 47 49 <!-- What we're able to do for our "prefered" browser |-( ...! --> 48 </a><br /> 49 </div> <br />50 </a><br /><br /> 51 </div> 50 52 51 53 {* <!-- Table to show codes present in MySQL table --> *} … … 120 122 <label title = "{'Copy URL ttip'|@translate}"> 121 123 {'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" /> 123 125 </label><br /> 124 126 <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}" /> 130 130 {'Test'|@translate} 131 131 </a> 132 132 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}" /> 137 136 {'Delete'|@translate} 138 137 </a> 139 138 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}" /> 144 142 {'Modify'|@translate} 145 143 </a> 146 144 </td> 147 145 </tr> 148 </table> <br />146 </table> 149 147 </form> 150 148 -
extensions/event_cats/admin/template/config.tpl
r6269 r7314 18 18 {'Hide'|@translate} 19 19 </label> 20 — 20 — 21 21 </span> 22 22 {if $ec_ap_ok} … … 117 117 </label><br /> 118 118 {* <!-- 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} 121 121 > 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" /> 123 123 {'Additional Page'|@translate}<br /> 124 124 <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 7 7 {* <!-- For help banner --> *} 8 8 {if isset($ec_help_banner_in_foot)} 9 <br /> 9 10 <script type = "text/javascript"><!-- 10 11 ec_help_banner_in_foot = true;
Note: See TracChangeset
for help on using the changeset viewer.