~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to auth/manual/config.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<TR VALIGN=TOP>
2
 
        <TD ALIGN=RIGHT><P><?php  print_string("instructions", "auth") ?>:</TD>
3
 
        <TD>
4
 
    <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><?php  p($config->auth_instructions) ?></TEXTAREA> 
5
 
    </TD>
6
 
    <TD>
 
1
<tr valign="top">
 
2
    <td align="right"><?php  print_string("instructions", "auth") ?>:</td>
 
3
    <td>
 
4
    <textarea name="auth_instructions" cols="30" rows="10" wrap="virtual"><?php  p($config->auth_instructions) ?></textarea> 
 
5
    </td>
 
6
    <td>
7
7
    <?php  print_string("authinstructions","auth") ?>
8
8
    <?php  helpbutton("text", get_string("helptext")) ?>
9
 
    </TD>
10
 
</TR>
11
 
 
 
9
    </td>
 
10
</tr>
 
11
<?php print_auth_lock_options($auth, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?>