Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

File:
1 edited

Legend:

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

    r6951 r8711  
    4747      <li>
    4848        <span class="property">
    49           <label for="nb_image_line">{'Number of images per row'|@translate}</label>
     49          <label for="nb_image_line">{'Number of photos per row'|@translate}</label>
    5050        </span>
    5151        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    8989      <li>
    9090        <span class="property">
    91           <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label>
     91          <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    9292        </span>
    9393        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9595      <li>
    9696        <span class="property">
    97           <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label>
     97          <label for="maxheight">{'Maximum photo height'|@translate}</label>
    9898        </span>
    9999        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
Note: See TracChangeset for help on using the changeset viewer.