From: <ma...@us...> - 2012-06-16 18:11:15
|
Revision: 9660 http://xoops.svn.sourceforge.net/xoops/?rev=9660&view=rev Author: mageg Date: 2012-06-16 18:11:10 +0000 (Sat, 16 Jun 2012) Log Message: ----------- update maintenance (template maintenance_dump.html) Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/templates/admin/maintenance_dump.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/templates/admin/maintenance_dump.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/templates/admin/maintenance_dump.html 2012-06-16 18:09:51 UTC (rev 9659) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/templates/admin/maintenance_dump.html 2012-06-16 18:11:10 UTC (rev 9660) @@ -116,11 +116,9 @@ <{$file_arr.size}> </td> <td class="xo-actions txtcenter span2"> -<!-- <a class="btn btn-success btn-mini" href="<{$xoops_url}>/modules/maintenance/dump/<{$file_arr.name}>" target="_blank" ><i class="icon-download icon-white"></i> <{$smarty.const._AM_MAINTENANCE_DUMP_DOWNLOAD}></a> ---> <a href="<{$xoops_url}>/modules/maintenance/dump/<{$file_arr.name}>" title="<{$smarty.const._AM_MAINTENANCE_DUMP_DOWNLOAD}>"> <img src="<{xoModuleIcons16 download.png}>" alt="<{$smarty.const._AM_MAINTENANCE_DUMP_DOWNLOAD}>"> - + </a> <a href="dump.php?op=dump_delete&filename=<{$file_arr.name}>" title="<{$smarty.const._AM_MAINTENANCE_DELETE}>"> <img src="<{xoModuleIcons16 delete.png}>" alt="<{$smarty.const._AM_MAINTENANCE_DELETE}>"> </a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |