Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebPermissionsPlugin/templates/webpermissionsplugin.topichtml.tmpl

    r388 r464  
    1818        <td align="center" width="100px"> 
    1919            <button type="button" style="width:100%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'topiceditors', 'disallowedusers');" class="twikiSubmit" > 
    20                 <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/leftarrow.png" alt="<-"> Remove 
     20                <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/leftarrow.png" alt="<-"> Remove 
    2121            </button> 
    2222            <button type="button"  style="width: 100%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'disallowedusers', 'topiceditors');" class="twikiSubmit" > 
    23                 Add <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/rightarrow.png" alt="->"> 
     23                Add <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/rightarrow.png" alt="->"> 
    2424            </button> 
    2525        </td> 
     
    4141        <td align="center" valign="center"> 
    4242            <button type="button" style="height: 20px;width:30%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'topiceditors', 'topicviewers');" class="twikiSubmit" > 
    43                 <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/downarrow.png" alt="V"> 
     43                <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/downarrow.png" alt="V"> 
    4444            </button> 
    4545            <button type="button" style="height: 20px;width:30%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'topicviewers', 'topiceditors');" class="twikiSubmit" > 
    46                 <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/uparrow.png" alt="^"> 
     46                <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/uparrow.png" alt="^"> 
    4747            </button> 
    4848        </td> 
     
    5151        <td align="center"> 
    5252            <button type="button" style="width: 100%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'topicviewers', 'disallowedusers');" class="twikiSubmit" > 
    53                 <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/leftarrow.png" alt="<-"> Remove 
     53                <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/leftarrow.png" alt="<-"> Remove 
    5454            </button> 
    5555            <button type="button" style="width: 100%;" onclick="TWiki.WebPermissionsPlugin.moveSelectionTo(event, 'disallowedusers', 'topicviewers');" class="twikiSubmit" > 
    56                 Add <IMG src="%PUBURL%/%TWIKIWEB%/%PLUGINNAME%/rightarrow.png" alt="->"> 
     56                Add <IMG src="%PUBURL%/%SYSTEMWEB%/%PLUGINNAME%/rightarrow.png" alt="->"> 
    5757            </button> 
    5858        </td> 
Note: See TracChangeset for help on using the changeset viewer.