Add some more icons

This commit is contained in:
james 2008-07-24 16:32:43 +00:00
parent 517455ee13
commit cd24825e71
5 changed files with 9 additions and 7 deletions

View File

@ -43,12 +43,14 @@
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"committees.php\">".theme_icon("committee_management")."<br />".i18n("Committee Management")."</a></td>";
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("school_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td><a href=\"judges.php\">".theme_icon("judging_management")."<br />".i18n("Judging Management")."</a></td>";
echo " </tr>";
echo " <tr>";
echo " <td><a href=\"translations.php\">".theme_icon("translations_management")."<br />".i18n("Translations Management")."</a></td>";
echo " </tr>";
echo "</table>\n";
echo "<a href=\"awards.php\">".i18n("Awards Management")."</a> <br />";
echo "<a href=\"schools.php\">".i18n("School Management")."</a> <br />";
echo "<a href=\"judges.php\">".i18n("Judging Management")."</a> <br />";
echo "<a href=\"translations.php\">".i18n("Translations Management")."</a> <br />";
echo "<a href=\"reports_editor.php\">".i18n("Report Management")."</a> <br />";
if($config['volunteer_enable'] == 'yes') {
echo "<a href=\"volunteers.php\">".i18n("Volunteer Management")."</a> <br />";

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -30,9 +30,9 @@
$theme['icons']['print_awards_ceremony_scripts']="application-pdf.png";
$theme['icons']['committee_management']="system-users.png";
$theme['icons']['awards_management']="plasmagik.png";
$theme['icons']['school_management']="";
$theme['icons']['judging_management']="";
$theme['icons']['translations_management']="";
$theme['icons']['school_management']="application-education.png";
$theme['icons']['judging_management']="kclipper.png";
$theme['icons']['translations_management']="kwordquiz.png";
$theme['icons']['report_management']="";
$theme['icons']['volunteer_management']="";
$theme['icons']['tour_management']="";