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/admin/themes/default/template/profile_content.tpl

    r6951 r8711  
    4646      <li>
    4747        <span class="property">
    48           <label for="nb_image_line">{'Number of images per row'|@translate}</label>
     48          <label for="nb_image_line">{'Number of photos per row'|@translate}</label>
    4949        </span>
    5050        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    9090      <li>
    9191        <span class="property">
    92           <label for="maxwidth">{'Maximum width of the pictures'|@translate}</label>
     92          <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    9393        </span>
    9494        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9696      <li>
    9797        <span class="property">
    98           <label for="maxheight">{'Maximum height of the pictures'|@translate}</label>
     98          <label for="maxheight">{'Maximum photo height'|@translate}</label>
    9999        </span>
    100100        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
Note: See TracChangeset for help on using the changeset viewer.