mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
* Added two new defines for Warning and Info icons
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
|
||||||
| $Revision: 1.34 $
|
| $Revision: 1.35 $
|
||||||
| $Date: 2009-07-15 09:37:59 $
|
| $Date: 2009-07-16 23:09:40 $
|
||||||
| $Author: e107coders $
|
| $Author: bugrain $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -119,6 +119,18 @@ if (!defined('ADMIN_DELETE_ICON'))
|
|||||||
define("ADMIN_DELETE_ICON_PATH", e_IMAGE."admin_images/delete_16.png");
|
define("ADMIN_DELETE_ICON_PATH", e_IMAGE."admin_images/delete_16.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!defined('ADMIN_WARNING_ICON'))
|
||||||
|
{
|
||||||
|
define("ADMIN_WARNING_ICON", "<img class='icon action S16' src='".e_IMAGE_ABS."fileinspector/warning.png' alt='' />");
|
||||||
|
define("ADMIN_WARNING_ICON_PATH", e_IMAGE."fileinspector/warning.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!defined('ADMIN_INFO_ICON'))
|
||||||
|
{
|
||||||
|
define("ADMIN_INFO_ICON", "<img class='icon action S16' src='".e_IMAGE_ABS."fileinspector/info.png' alt='' />");
|
||||||
|
define("ADMIN_INFO_ICON_PATH", e_IMAGE."fileinspector/info.png");
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// C: Send start of HTML
|
// C: Send start of HTML
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user