Updated the 19 build version to 20081122
[moodle.git] / blog / preferences.html
blobef2267494110514dd70f8821aad8ac95b1fee1ba
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>