2003-08-18 17:46:51 +00:00
|
|
|
<form method="post" action="module.php" name="form">
|
|
|
|
|
|
|
|
<table cellpadding=9 cellspacing=0 >
|
|
|
|
<tr valign=top>
|
|
|
|
<td align=right><p>resource_framesize:</td>
|
|
|
|
<td>
|
|
|
|
<input name=resource_framesize type=text size=5 value="<?php p($CFG->resource_framesize) ?>">
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("configframesize", "resource") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2003-11-25 08:01:52 +00:00
|
|
|
<tr valign=top>
|
|
|
|
<td align=right><p>resource_websearch:</td>
|
|
|
|
<td>
|
|
|
|
<input name=resource_websearch type=text size=30 value="<?php p($CFG->resource_websearch) ?>">
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("configwebsearch", "resource") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2003-11-26 11:47:51 +00:00
|
|
|
<tr valign=top>
|
|
|
|
<td align=right><p>resource_defaulturl:</td>
|
|
|
|
<td>
|
|
|
|
<input name=resource_defaulturl type=text size=30 value="<?php p($CFG->resource_defaulturl) ?>">
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("configdefaulturl", "resource") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2003-08-18 17:46:51 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan=3 align=center>
|
|
|
|
<input type="submit" value="<?php print_string("savechanges") ?>"></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|