1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

bugfix #3552 : lan fix admin/download

This commit is contained in:
lia 2006-12-03 15:12:48 +00:00
parent c51e07466e
commit dd1eebf89c
2 changed files with 8 additions and 8 deletions

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/download.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:33:20 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2006-12-03 15:12:48 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php");
@ -1473,7 +1473,7 @@ class download {
<tr>
<td style='width: 10%; text-align: center;' class='forumheader3'>$mirror_id</td>
<td style='width: 30%;' class='forumheader3'>".$tp -> toHTML($mirror_name)."</td>
<td style='width: 30%;' class='forumheader3'>".($mirror_image ? "<img src='".e_FILE."downloadimages/".$mirror_image."' alt='' />" : "None")."</td>
<td style='width: 30%;' class='forumheader3'>".($mirror_image ? "<img src='".e_FILE."downloadimages/".$mirror_image."' alt='' />" : DOWLAN_28)."</td>
<td style='width: 30%; text-align: center;' class='forumheader3'>
<a href='".e_SELF."?mirror.edit.{$mirror_id}'>".ADMIN_EDIT_ICON."</a>
<input type='image' title='".LAN_DELETE."' name='delete[mirror_{$mirror_id}]' src='".ADMIN_DELETE_ICON_PATH."' onclick=\"return jsconfirm('".DOWLAN_137." [ID: $mirror_id ]')\"/>

View File

@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_download.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2006-12-03 15:12:48 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
define("DOWLAN_1", "Download added to database.");
@ -33,7 +33,7 @@ define("DOWLAN_24", "Update Download");
define("DOWLAN_25", "Submit Download");
define("DOWLAN_27", "Download");
define("DOWLAN_28", "None");
define("DOWLAN_29", "Downloads Front Page");
define("DOWLAN_30", "Create Download");
define("DOWLAN_31", "Categories");