Changeset 1571 for trunk/template


Ignore:
Timestamp:
Oct 21, 2006, 2:28:07 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000356:

o Increase security on adviser mode

First modifications of n modifications.
All the others modifications will be done on BSF branch.

Merge branch-1_6 1568:1570 into BSF

Location:
trunk/template/yoga/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/comments.tpl

    r1244 r1571  
    1717    <input type="hidden" name="list" value="{LIST}" />
    1818    <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
    19     <input type="submit" name="validate-all" value="{lang:Validate All}" />
    20     <input type="submit" name="reject-all" value="{lang:Reject All}" />
     19    <input type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/>
     20    <input type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
    2121    <input type="reset" value="{lang:Reset}" />
    2222  </p>
  • trunk/template/yoga/admin/tags.tpl

    r1444 r1571  
    4646
    4747    <p>
    48       <input type="submit" name="edit" value="{lang:Edit selected tags}" {TAG_INPUT_ENABLED}/>
     48      <input type="submit" name="edit" value="{lang:Edit selected tags}"/>
    4949      <input type="submit" name="delete" value="{lang:Delete selected tags}" onclick="return confirm('{lang:Are you sure?}');" {TAG_INPUT_ENABLED}/>
    5050    </p>
Note: See TracChangeset for help on using the changeset viewer.