[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/toolbar/full/ -> user_country.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <div class="toolbar-item {$placement}">
   3      <div class="toolbox">
   4          <div class="toolbox-design">
   5              <h2>{'Your country'|i18n( 'design/standard/toolbar' )}</h2>
   6              <div class="toolbox-content">
   7              <form action={'shop/setusercountry'|ezurl} method="post">
   8              {def $user_country=fetch( 'shop', 'user_country' )}
   9              {include uri='design:shop/country/edit.tpl' select_name='Country' select_size=1
  10                       default_val='' default_desc='Not specified'|i18n( 'design/standard/toolbar/user_country' )
  11                       current_val=$user_country}
  12              <input class="button" type="submit" name="ApplyButton" value="{'Apply'|i18n( 'design/standard/toolbar/user_country' )}" title="{'Use the selected country for VAT charging.'|i18n( 'design/standard/toolbar/user_country' )}" />
  13              </form>
  14              </div>
  15          </div>
  16      </div>
  17  </div>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7