Ignore:
Timestamp:
Nov 4, 2009, 7:14:50 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Some debugging ; adapt certain labels so that it can be recognized in other modules

(See http://fr.piwigo.org/forum/viewtopic.php?pid=122608#p122608 ) mainly

File:
1 edited

Legend:

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

    r4171 r4181  
    77  {if $ec_ap_ok}
    88    {'ec_plugin_ap_ok'|@translate}
    9     <script type = "text/javascript"><!--
    10       var ec_ap_ok = true; //-->
     9    <script type = "text/javascript">
     10      var ec_ap_ok = true;
    1111    </script>
    1212  {else}
    1313    {'ec_plugin_ap_nok'|@translate}
    14     <script type = "text/javascript"><!--
    15       var ec_ap_ok = false; //-->
     14    <script type = "text/javascript">
     15      var ec_ap_ok = false;
    1616    </script>
    1717  {/if}
     
    2424 
    2525  <div style = "text-align:center; font-weight:bold; font-size:120%;">
    26     <a href = "#ec_top" name = "ec_top" title = "{'ec_top_title'|@translate}"><label>{'ec_entry_table_title'|@translate}</label></a><br>
     26    <a href = "#ec_top" name = "ec_top" title = "{'ec_top_title'|@translate}">
     27      <!--[if !IE]> <--> <label> <!--> <![endif]-->
     28        {'ec_entry_table_title'|@translate}
     29      <!--[if !IE]> <--> </label> <!--> <![endif]-->
     30      <!-- What we're able to do for our "prefered" browser |-( ...!  -->
     31    </a><br>
    2732  </div><br>
    2833 
     
    122127{* <!-- JavaScript functions --> *}
    123128<script type = "text/javascript" src = "{$RACINE_URL}{$EVNTCATS_PATH}admin/template/autolog_entries.js"></script>
    124 <script type = "text/javascript"><!--
     129<script type = "text/javascript">
    125130  ec_JS_message['ec_confirm_delete']  = "{'ec_confirm_delete'|@translate|@escape:javascript}";
    126131  ec_JS_message['ec_confirm_disable'] = "{'ec_confirm_disable'|@translate|@escape:javascript}";
     
    129134  ec_JS_message['ec_clk_entry_miss']  = "{'ec_clk_entry_miss'|@translate|@escape:javascript}";
    130135  ec_init();
    131 //--></script>
     136</script>
    132137
    133138{include file='../../../plugins/event_cats/admin/template/footer.inc.tpl'}
Note: See TracChangeset for help on using the changeset viewer.