Ignore:
Timestamp:
Mar 14, 2012, 2:34:13 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/identification.tpl

    r13546 r13549  
    1818    <fieldset>
    1919      <legend>{'Connection settings'|@translate}</legend>
    20     <input type="hidden" name="redirect" value="{$U_REDIRECT|urlencode}">
    2120      <ul>
    2221        <li>
     
    3534        <li>
    3635        <span class="property">
    37           <label for="Auto login">{'Auto login'|@translate}</label>
     36          <label for="remember_me">{'Auto login'|@translate}</label>
    3837        </span>
    3938          <input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1">
     
    4241      </ul>
    4342    </fieldset>
    44     <p><input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"></p>
    45   <p>
    46     {if isset($U_REGISTER) }
    47     <a href="{$U_REGISTER}" title="{'Register'|@translate}">{'Register'|@translate}</a>
    48     {/if}
    49     <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}">{'Forgot your password?'|@translate}</a>
    50   </p>
     43    <p>
     44      <input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
     45      <input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
     46    </p>
     47    <p>
     48      {if isset($U_REGISTER) }
     49      <a href="{$U_REGISTER}" title="{'Register'|@translate}">{'Register'|@translate}</a>
     50      {/if}
     51      <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}">{'Forgot your password?'|@translate}</a>
     52    </p>
    5153  </form>
    5254<script type="text/javascript"><!--
Note: See TracChangeset for help on using the changeset viewer.