|
From: Jon O. <jon...@us...> - 2008-07-01 21:49:00
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31897 Modified Files: _core.cfg bugsbt_view_body.tpl Log Message: image buttons minor bugfixes cleanup Index: bugsbt_view_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_view_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_view_body.tpl 9 Sep 2007 19:35:12 -0000 1.1 --- bugsbt_view_body.tpl 1 Jul 2008 21:48:57 -0000 1.2 *************** *** 93,100 **** <td align="right"> <!-- BEGIN auth_edit --> ! <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a> <!-- END auth_delete --> </td> --- 93,102 ---- <td align="right"> <!-- BEGIN auth_edit --> ! {use_comments.text.auth_edit.B_EDIT_IMG} ! <!-- <a href="{use_comments.text.auth_edit.U_COMMENT_EDIT}"><img src="{use_comments.text.auth_edit.EDIT_IMG}" alt="{use_comments.text.auth_edit.L_COMMENT_EDIT}" title="{use_comments.text.auth_edit.L_COMMENT_EDIT}" border="0"></a>--> <!-- END auth_edit --> <!-- BEGIN auth_delete --> ! {use_comments.text.auth_delete.B_DELETE_IMG} ! <!-- <a href="{use_comments.text.auth_delete.U_COMMENT_DELETE}"><img src="{use_comments.text.auth_delete.DELETE_IMG}" alt="{use_comments.text.auth_delete.L_COMMENT_DELETE}" title="{use_comments.text.auth_delete.L_COMMENT_DELETE}" border="0"></a>--> <!-- END auth_delete --> </td> *************** *** 127,131 **** <tr> <td align="left" class="row2"> ! <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a> </td> </tr> --- 129,134 ---- <tr> <td align="left" class="row2"> ! {use_comments.auth_post.B_REPLY_IMG} ! <!-- <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a>--> </td> </tr> Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 3 Jun 2008 20:10:24 -0000 1.3 --- _core.cfg 1 Jul 2008 21:48:57 -0000 1.4 *************** *** 37,65 **** // Define images // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['bugsbt_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['bugsbt_comment_post'] = "$current_template_images/{LANG}/icon_bugsbt_post_comment.gif"; // // Article and Category lists // ! //$mx_images['bugsbt_bug'] = $images['icon_minipost']; // Article Row ! $mx_images['bugsbt_bug'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! //$mx_images['bugsbt_bug_new'] = $images['icon_minipost_new']; // Article Row ! $mx_images['bugsbt_bug_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['bugsbt_product'] = $images['folder']; // Category Row ! $mx_images['bugsbt_product_new'] = $images['folder_new']; // Category Row // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_minipost'] = $images['icon_minipost']; ! $mx_images['bugsbt_icon_edit'] = $images['icon_edit']; ! $mx_images['bugsbt_icon_delpost'] = $images['icon_delpost']; ! $mx_images['bugsbt_icon_reply'] = $images['icon_reply']; ! $mx_images['bugsbt_folder'] = $images['folder']; ! $mx_images['bugsbt_folder_sticky'] = $images['folder_sticky']; ! $mx_images['bugsbt_folder_announce'] = $images['folder_announce']; ! $mx_images['bugsbt_icon_newest_reply'] = $images['icon_newest_reply']; ?> \ No newline at end of file --- 37,80 ---- // Define images // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_approve'] = "$current_template_images/icon_approve.gif"; ! $mx_images['buttontype']['bugsbt_icon_approve'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; ! $mx_images['buttontype']['bugsbt_icon_unapprove'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_comment_post'] = "$current_template_images/{LANG}/icon_bugsbt_post_comment.gif"; ! $mx_images['buttontype']['bugsbt_comment_post'] = MX_BUTTON_IMAGE; // // Article and Category lists // ! //$mx_images['bugsbt_bug'] = $images['icon_minipost']; // Article Row ! $mx_images['bugsbt_bug'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row ! $mx_images['buttontype']['bugsbt_bug'] = MX_BUTTON_IMAGE; ! //$mx_images['bugsbt_bug_new'] = $images['icon_minipost_new']; // Article Row ! $mx_images['bugsbt_bug_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row ! $mx_images['buttontype']['bugsbt_bug_new'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_product'] = $images['folder']; // Category Row ! $mx_images['buttontype']['bugsbt_product'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_product_new'] = $images['folder_new']; // Category Row ! $mx_images['buttontype']['bugsbt_product_new'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- ! $mx_images['bugsbt_icon_minipost'] = $images['icon_minipost']; ! $mx_images['buttontype']['bugsbt_icon_minipost'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_edit'] = $images['icon_edit']; ! $mx_images['buttontype']['bugsbt_icon_edit'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_delpost'] = $images['icon_delpost']; ! $mx_images['buttontype']['bugsbt_icon_delpost'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_reply'] = $images['icon_reply']; ! $mx_images['buttontype']['bugsbt_icon_reply'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder'] = $images['folder']; ! $mx_images['buttontype']['bugsbt_folder'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder_sticky'] = $images['folder_sticky']; ! $mx_images['buttontype']['bugsbt_folder_sticky'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_folder_announce'] = $images['folder_announce']; ! $mx_images['buttontype']['bugsbt_folder_announce'] = MX_BUTTON_IMAGE; ! $mx_images['bugsbt_icon_newest_reply'] = $images['icon_newest_reply']; ! $mx_images['buttontype']['bugsbt_icon_newest_reply'] = MX_BUTTON_IMAGE; ?> \ No newline at end of file |