1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

A little more icon cleanup

This commit is contained in:
Cameron
2012-12-04 04:11:00 -08:00
parent 1c9e44a0e8
commit fc223feaf2
7 changed files with 130 additions and 79 deletions

View File

@@ -60,6 +60,7 @@ switch($action) {
break;
}
default : {
/*
$text = "<p>Please upload your files into the ".e_DOWNLOAD." folder, your images into the ".e_FILE."downloadimages folder and thumbnail images into the ".e_FILE."downloadthumbs folder.</p>
<p>To submit a download, first create a parent, then create a category under that parent, you will then be able to make the download available.</p>";
$text .= "<div>";
@@ -68,6 +69,8 @@ switch($action) {
$text .= " <img src='".ADMIN_WARNING_ICON_PATH."' title='".DOWLAN_124."' alt='' style='cursor:help'/> ".DOWLAN_124."<br/>";
$text .= " <img src='".ADMIN_FALSE_ICON_PATH."' title='".DOWLAN_122."' alt='' style='cursor:help'/> ".DOWLAN_122."<br/>";
$text .= "</div>";
*/
}
}
$ns -> tablerender(DOWLAN_HELP_1, $text);