Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/password.tpl

    r12592 r16016  
    1111  </div>
    1212
    13 {include file='dialogs.tpl'}
    14 
     13{include file='infos_errors.tpl'}
    1514
    1615{if $action != 'none'}
    1716  <form id="lostPassword" action="{$form_action}?action={$action}{if isset($key)}&amp;key={$key}{/if}" method="post">
    18 
    1917    <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    2018
     
    3028      </p>
    3129
    32       <p class="bottomButtons">
    33         <input type="submit" name="submit" value="{'Change my password'|@translate}">
    34       </p>
    35 
     30      <p class="bottomButtons"><input type="submit" name="submit" value="{'Change my password'|@translate}"></p>
    3631    {elseif $action == 'reset'}
    3732
     
    5449      </p>
    5550
    56       <p class="bottomButtons">
    57         <input type="submit" name="submit" value="{'Submit'|@translate}">
    58       </p>
    59 
     51      <p class="bottomButtons"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
    6052    {/if}
    6153
     
    7971    {/literal}
    8072  {/if}
    81 
    8273  </script>
    8374</div> <!-- content -->
    84 
    85 
    8675<!-- **GBL** <PASSWORD< -->
Note: See TracChangeset for help on using the changeset viewer.