Ignore:
Timestamp:
Jan 12, 2012, 9:50:46 PM (12 years ago)
Author:
rvelices
Message:

bug 2553 hide menubar/register on indentification page if gallery is locked or guest_access is false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/identification.tpl

    r12764 r12878  
    11{if isset($MENUBAR)}{$MENUBAR}{/if}
    2 <div id="content" class="content">
     2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    33
    44<div class="titrePage">
     
    4848  </p>
    4949
    50   <p>
     50        <p>
    5151{if isset($U_REGISTER)}
    5252                <a href="{$U_REGISTER}" title="{'Register'|@translate}" class="pwg-state-default pwg-button">
     
    5454                </a>
    5555{/if}
     56{if isset($U_LOST_PASSWORD)}
    5657                <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
    5758                        <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span><span>{'Forgot your password?'|@translate}</span>
    5859                </a>
    59   </p>
     60{/if}
     61        </p>
    6062
    6163</form>
Note: See TracChangeset for help on using the changeset viewer.