| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <form method="post" action="preferences.php" id="entry"> 2 <table cellpadding="9" cellspacing="0"> 3 <tr> 4 <td><?php print_string('pagesize', 'blog');?>:</td> 5 <td><input type="text" size="32" maxlength="128" name="pagesize" value="<?php echo get_user_preferences('blogpagesize',8);?>" /> 6 </td> 7 </tr> 8 <tr> 9 <td colspan="2" align="center"> 10 <input type="hidden" name="courseid" value="<?php echo $courseid; ?>" /> 11 <input type="submit" value="<?php print_string("savechanges"); ?>" /> 12 <input type="button" value="<?php print_string('cancel'); ?>" onclick="javascript:history.go(-1)" /></td> 13 </tr> 14 </table> 15 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |