Ignore:
Timestamp:
Jan 27, 2007, 7:52:20 PM (17 years ago)
Author:
vdigital
Message:

Web Service Revise ws_checker and ws_functions.inc.php

(Next steps:

  • Restrict Method need to be more generic maybe
  • Delete functions_webserv.inc.php
  • Activate $partner in ws.php
  • Include checked access in tools
  • ...)
File:
1 edited

Legend:

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

    r1745 r1760  
    3838        </td>
    3939        <td>
    40           <input type="text" maxlength="128" size="35" name="add_access"
    41             id="add_access" value="{F_ADD_ACCESS}"
     40          <input type="text" maxlength="128" size="35" name="add_target"
     41            id="add_target" value="{F_ADD_ACCESS}"
    4242            title="{lang:Facultative and restrictive option}" />
    4343          <i><small> ({lang:Access: see help text for more})
     
    6161            <!-- END add_request -->
    6262          </select>
    63           <i><small> ({lang:ws_Request})</small></i>
     63          <i><small> ({lang:ws_Methods})</small></i>
    6464        </td>
    6565      </tr>
     
    201201        <th>{lang:ws_KeyName}</th>
    202202        <th>{lang:ws_Access}</th>
    203         <!-- <th>{lang:ws_Start}</th> -->
    204203        <th>{lang:ws_End}</th>
    205204        <th>{lang:ws_Request}</th>
    206         <!-- <th>{lang:ws_High}</th> -->
    207         <!-- <th>{lang:ws_Normal}</th> -->
    208205        <th>{lang:ws_Limit}</th>
    209206        <th>{lang:ws_Comment}</th>
     
    216213        </td>
    217214        <td><label for="selection-{acc_list.access.ID}">{acc_list.access.NAME}</label></td>
    218         <td>{acc_list.access.ACCESS}</td>
    219         <!-- <td>{acc_list.access.START}</td> -->
     215        <td>{acc_list.access.TARGET}</td>
    220216        <td>{acc_list.access.END}</td>
    221         <td>{acc_list.access.FORCE}</td>
    222         <!-- <td>{acc_list.access.HIGH}</td> -->
    223         <!-- <td>{acc_list.access.NORMAL}</td> -->
     217        <td>{acc_list.access.REQUEST}</td>
    224218        <td>{acc_list.access.LIMIT}</td>
    225219        <td>{acc_list.access.COMMENT}</td>
Note: See TracChangeset for help on using the changeset viewer.