yms/admincp.php
changeset 7 3db638306413
parent 4 9fdc988ce46e
child 8 be4a5f24bb29
equal deleted inserted replaced
6:c1b4f69c187e 7:3db638306413
    80       </td>
    80       </td>
    81     </tr>
    81     </tr>
    82     
    82     
    83     <tr>
    83     <tr>
    84       <td class="row2" style="width: 50%;">
    84       <td class="row2" style="width: 50%;">
    85         <?php echo $lang->get('yms_acp_field_claimauth_enable_title'); ?><br />
    85         <?php echo $lang->get('yms_acp_field_claimauth_title'); ?><br />
    86         <small><?php echo $lang->get('yms_acp_field_claimauth_enable_hint'); ?></small>
    86         <small><?php echo $lang->get('yms_acp_field_claimauth_title_hint'); ?></small>
    87       </td>
    87       </td>
    88       <td class="row1" style="width: 50%;">
    88       <td class="row1" style="width: 50%;">
    89         <input type="text" name="claimauth_field" value="<?php echo htmlspecialchars(getConfig('yms_claim_auth_field', '')); ?>" size="40" />
    89         <input type="text" name="claimauth_field" value="<?php echo htmlspecialchars(getConfig('yms_claim_auth_field', '')); ?>" size="40" />
    90       </td>
    90       </td>
    91     </tr>
    91     </tr>