|
From: Jon O. <jon...@us...> - 2008-01-30 09:11:34
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7690/modules/mx_coreblocks/templates/_core Modified Files: mx_site_log.tpl Log Message: BlockCP - updated what features should be adminCP options only Schemas - no point updating the module INSERTS with full spec Sitelog - updated sitemap and pagination mod_rewrite - exceptions when in need of technical full paths...eg for module editing actions Nav menu - intial fixes while simplifying this module with less parameters and more tpl freedom ...more to come ;) Tinymce updates wherever needed - admin has full interface, users less options. mx_users - bugfix for renaming users Index: mx_site_log.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core/mx_site_log.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_site_log.tpl 9 Sep 2007 16:49:36 -0000 1.1 --- mx_site_log.tpl 30 Jan 2008 09:10:57 -0000 1.2 *************** *** 18,22 **** <!-- END msg_row --> <tr> ! <td align="right" valign="top" nowrap="nowrap" colspan="2" class="cat"><span class="gensmall">{PAGINATION}</span></td> </tr> </table> \ No newline at end of file --- 18,22 ---- <!-- END msg_row --> <tr> ! <td align="right" valign="top" nowrap="nowrap" colspan="2" class="cat"><span class="gensmall">{PAGINATION}<br />{PAGE_NUMBER}</span></td> </tr> </table> \ No newline at end of file |