|
From: Jon O. <jon...@us...> - 2008-07-08 22:10:45
|
Update of /cvsroot/mxbb/mx_simpledoc/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13359 Modified Files: simpledoc_index.tpl simpledoc_view.tpl Log Message: Still updating/debugging generic core comments Index: simpledoc_index.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/templates/_core/simpledoc_index.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpledoc_index.tpl 21 May 2008 21:59:24 -0000 1.3 --- simpledoc_index.tpl 8 Jul 2008 22:10:39 -0000 1.4 *************** *** 366,370 **** <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> ! <td class="rowxx"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> --- 366,370 ---- <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> ! <td class="row1"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> *************** *** 385,396 **** </div> </td> - <!-- - <td> - <a class="button" href="javascript:void(0)">{L_OPTIONS}</a> - <div class="section"> - <a class="item" href="{MODE_SETTINGS_URL}">{L_SETTINGS}</a> - </div> - </td> - --> <td> <a class="button" href="javascript:void(0)">{L_HELP}</a> --- 385,388 ---- Index: simpledoc_view.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/templates/_core/simpledoc_view.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simpledoc_view.tpl 21 May 2008 21:59:24 -0000 1.2 --- simpledoc_view.tpl 8 Jul 2008 22:10:39 -0000 1.3 *************** *** 272,281 **** <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> ! <td class="rowxx"> ! <table cellspacing="0" cellpadding="0" width="100%"><tr> <td class="rowxx"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> - <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} {MANAGE}</span> --- 272,281 ---- <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> ! <td class="row1"> ! <table cellspacing="0" cellpadding="0" width="100%"> ! <tr> <td class="rowxx"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} {MANAGE}</span> |