Ignore:
Timestamp:
Jan 27, 2011, 2:31:54 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] template compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/cl_conflit/admin/template/admin.tpl

    r8924 r8942  
    1 {html_head}
     1{* $Id: conflit admin.tpl  *}{html_head}
    22 <script type="text/javascript">
    33     var DEBUG = '{$DEBUG}';
     
    1111     var cl_type = '{$cl_type}';
    1212
    13      </script>
     13     </script> {/html_head}
    1414{if PHPWG_VERSION < 2.2 } {include file=$CONFLIT_PATH_ABS|@cat:'template/header_2_1.tpl'}
    15 {else} {include file= $CONFLIT_PATH_ABS|@cat:'template/header_2_2.tpl'} {/if} {/html_head}
    16 
    17 {* $Id: conflit admin.tpl  *}
     15{else} {include file= $CONFLIT_PATH_ABS|@cat:'template/header_2_2.tpl'} {/if}
    1816 <!--- HEAD conflit TPL --->
    1917
     
    3432                <h2>{'cl_conflit'} {'version'|translate}{$cl_version}</h2>
    3533</div>
    36  
    37 
    38 
     34<fieldset  ><legende >INFOS</legende>
     35 {$Infos}
     36 </fieldset>
    3937   
    4038<table >
     
    4240 
    4341    <table>
    44        <td><input name="submit" type="submit" value="{'cl_conflit_save'|@translate}" /></td>
     42       <td><input name="submit" type="hidden" value="{'save'|@translate}" /></td>
    4543    </table>
    4644</form>
Note: See TracChangeset for help on using the changeset viewer.