Ignore:
Timestamp:
Mar 16, 2006, 11:58:16 PM (18 years ago)
Author:
rub
Message:

Step 7 improvement issue 0000301:

o can attribute status <= current user
o define mode adviser

=> buttons disabled (gray on IE, not on FF)
=> truncated actions
=> display info mode adviser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1059 r1085  
    1818  <a href="{U_METADATA}" title="{L_PICTURE_METADATA}"><img src="{themeconf:icon_dir}/metadata.png" class="button" alt="{L_PICTURE_METADATA}"></a>
    1919<!-- BEGIN representative -->
    20   <a href="{representative.URL}" title="{lang:set as category representative}"><img src="{themeconf:icon_dir}/representative.png" class="button" alt="{lang:representative}" /></a>
     20  <a href="{representative.URL}" title="{lang:set as category representative}"><img src="{themeconf:icon_dir}/representative.png" class="button" alt="{lang:representative}"/></a>
    2121<!-- END representative -->
    2222<!-- BEGIN favorite -->
     
    153153{rate.SENTENCE} :
    154154<!-- BEGIN rate_option -->
    155 {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}" rel="nofollow">{rate.rate_option.OPTION}</a>
     155{rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}" rel="nofollow" {TAG_INPUT_ENABLED}>{rate.rate_option.OPTION}</a>
    156156<!-- END rate_option -->
    157157</p>
     
    195195    <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label>
    196196
    197     <input type="submit" value="{L_SUBMIT}">
     197    <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}>
    198198  </fieldset>
    199199</form>
Note: See TracChangeset for help on using the changeset viewer.