Changeset 6438 for branches/2.1/themes


Ignore:
Timestamp:
Jun 1, 2010, 9:56:07 PM (14 years ago)
Author:
rvelices
Message:

merge r6437 from trunk to branch 2.1

  • do not remove slashes before calling insert_user_comment (homogeneity with update_user_comment and general use of slashes in piwigo)
  • when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster)
Location:
branches/2.1/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/themes/default/template/identification.tpl

    r6430 r6438  
    4949
    5050  <p>
    51     <input type="hidden" name="redirect" value="{$U_REDIRECT|urlencode}">
     51    <input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
    5252    <input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
    5353  </p>
  • branches/2.1/themes/default/template/menubar_identification.tpl

    r5990 r6438  
    2929        {if isset($U_LOGIN)}
    3030        <form method="post" action="{$U_LOGIN}" id="quickconnect">
    31         <input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|urlencode}">
     31        <input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|@urlencode}">
    3232        <fieldset>
    3333        <legend>{'Quick connect'|@translate}</legend>
Note: See TracChangeset for help on using the changeset viewer.