Changeset 29196 for extensions/stripped


Ignore:
Timestamp:
Aug 10, 2014, 6:08:25 PM (10 years ago)
Author:
flop25
Message:

bug:3090
don't restrict the maxlength of the password
And correct isset check

Location:
extensions/stripped/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/identification.tpl

    r18640 r29196  
    3030                                                                <label for="password">{'Password'|@translate}</label>
    3131                                                        </span>
    32                                                         <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25">
     32                                                        <input tabindex="2" class="login" type="password" name="password" id="password" size="25">
    3333                                                </li>
    3434                                                {if $authorize_remembering }
  • extensions/stripped/template/index.tpl

    r28160 r29196  
    44                <h2>{$TITLE}</h2>
    55        </div>
    6         {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS) or !empty($PLUGIN_INDEX_BUTTONS)}
     6        {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS) or !empty($PLUGIN_INDEX_BUTTONS) or isset($U_SEARCH_RULES) or isset($U_CADDIE) }
    77                <div class="categoryActionsContainer">
    88                        <ul class="categoryActions group1">
Note: See TracChangeset for help on using the changeset viewer.