diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 18:21:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 18:21:32 +0000 |
commit | 7a39eba4854fc286af87ebb313546297b35efb69 (patch) | |
tree | 28dd40609648ea210392214ac52fde4c8c376d76 /phpBB | |
parent | 3c978b8d99c9662b8fb195e1a5e8d1b35eb964ca (diff) | |
download | forums-7a39eba4854fc286af87ebb313546297b35efb69.tar forums-7a39eba4854fc286af87ebb313546297b35efb69.tar.gz forums-7a39eba4854fc286af87ebb313546297b35efb69.tar.bz2 forums-7a39eba4854fc286af87ebb313546297b35efb69.tar.xz forums-7a39eba4854fc286af87ebb313546297b35efb69.zip |
doh, changed file name forgot to change within source ...
git-svn-id: file:///svn/phpbb/trunk@3386 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/admin/admin_icons.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/admin/admin_icons.php b/phpBB/admin/admin_icons.php index f365d03ce7..76282c9d1d 100644 --- a/phpBB/admin/admin_icons.php +++ b/phpBB/admin/admin_icons.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** -* admin_smilies.php +* admin_icons.php * ------------------- * begin : Thu May 31, 2001 * copyright : (C) 2001 The phpBB Group @@ -183,7 +183,7 @@ function update_image_dimensions() //--> </script> -<form method="post" action="admin_smilies.<?php echo $phpEx . $SID . "&mode=$mode&action=" . (($action == 'add') ? 'create' : 'modify'); ?>"><table class="bg" cellspacing="1" cellpadding="4" border="0" align="center"> +<form method="post" action="admin_icons.<?php echo $phpEx . $SID . "&mode=$mode&action=" . (($action == 'add') ? 'create' : 'modify'); ?>"><table class="bg" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="th" colspan="2"><?php echo $user->lang[$lang . '_CONFIG'] ?></th> </tr> @@ -450,7 +450,7 @@ function update_image_dimensions() <p><?php echo $user->lang[$lang .'_EXPLAIN'] ?></p> -<form method="post" action="admin_smilies.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=import'; ?>"><table class="bg" cellspacing="1" cellpadding="4" border="0" align="center"> +<form method="post" action="admin_icons.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=import'; ?>"><table class="bg" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th colspan="2"><?php echo $user->lang[$lang . '_IMPORT'] ?></th> </tr> @@ -496,7 +496,7 @@ function update_image_dimensions() case 'export': page_header($user->lang['EXPORT_' . $lang]); - trigger_error(sprintf($user->lang['EXPORT_' . $lang . '_EXPLAIN'], '<a href="admin_smilies.' . $phpEx . $SID . '&mode=' . $mode . '&action=send">', '</a>')); + trigger_error(sprintf($user->lang['EXPORT_' . $lang . '_EXPLAIN'], '<a href="admin_icons.' . $phpEx . $SID . '&mode=' . $mode . '&action=send">', '</a>')); break; case 'send': @@ -580,9 +580,9 @@ function update_image_dimensions() <p><?php echo $user->lang[$lang .'_EXPLAIN']; ?></p> -<form method="post" action="admin_smilies.<?php echo $phpEx . $SID . '&mode=' . $mode ?>"><table cellspacing="1" cellpadding="0" border="0" align="center"> +<form method="post" action="admin_icons.<?php echo $phpEx . $SID . '&mode=' . $mode ?>"><table cellspacing="1" cellpadding="0" border="0" align="center"> <tr> - <td align="right"> <a href="admin_smilies.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=import'; ?>"><?php echo $user->lang['IMPORT_' . $lang]; ?></a> | <a href="admin_smilies.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=export'; ?>"><?php echo $user->lang['EXPORT_' . $lang]; ?></a></td> + <td align="right"> <a href="admin_icons.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=import'; ?>"><?php echo $user->lang['IMPORT_' . $lang]; ?></a> | <a href="admin_icons.<?php echo $phpEx . $SID . '&mode=' . $mode . '&action=export'; ?>"><?php echo $user->lang['EXPORT_' . $lang]; ?></a></td> </tr> <tr> <td><table class="bg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> @@ -645,8 +645,8 @@ function update_image_dimensions() } ?> - <td class="<?php echo $row_class; ?>" align="center"><a href="<?php echo "admin_smilies.$phpEx$SID&mode=$mode&action=edit&id=" . $row[$fields . '_id']; ?>"><?php echo $user->lang['EDIT']; ?></a> | <a href="<?php echo "admin_smilies.$phpEx$SID&mode=$mode&action=delete&id=" . $row[$fields . '_id']; ?>"><?php echo $user->lang['DELETE']; ?></a></td> - <td class="<?php echo $row_class; ?>" align="center"><a href="<?php echo "admin_smilies.$phpEx$SID&mode=$mode&action=move_up&order=" . $row[$fields . '_order']; ?>"><?php echo $user->lang['MOVE_UP']; ?></a> <br /> <a href="<?php echo "admin_smilies.$phpEx$SID&mode=$mode&action=move_down&order=" . $row[$fields . '_order']; ?>"><?php echo $user->lang['MOVE_DOWN']; ?></a></td> + <td class="<?php echo $row_class; ?>" align="center"><a href="<?php echo "admin_icons.$phpEx$SID&mode=$mode&action=edit&id=" . $row[$fields . '_id']; ?>"><?php echo $user->lang['EDIT']; ?></a> | <a href="<?php echo "admin_icons.$phpEx$SID&mode=$mode&action=delete&id=" . $row[$fields . '_id']; ?>"><?php echo $user->lang['DELETE']; ?></a></td> + <td class="<?php echo $row_class; ?>" align="center"><a href="<?php echo "admin_icons.$phpEx$SID&mode=$mode&action=move_up&order=" . $row[$fields . '_order']; ?>"><?php echo $user->lang['MOVE_UP']; ?></a> <br /> <a href="<?php echo "admin_icons.$phpEx$SID&mode=$mode&action=move_down&order=" . $row[$fields . '_order']; ?>"><?php echo $user->lang['MOVE_DOWN']; ?></a></td> </tr> <?php |