Add more icons

This commit is contained in:
james 2008-07-24 17:15:42 +00:00
parent bfc32c305b
commit 267d228aaf
12 changed files with 47 additions and 26 deletions

View File

@ -37,6 +37,7 @@
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
echo " <td><a href=\"reports.php\">".theme_icon("print/export_reports")."<br />".i18n("Print / Export Reports")."</a></td>";
echo " <td><a href=\"reports_ceremony.php\">".theme_icon("print_awards_ceremony_scripts")."<br />".i18n("Print Award Ceremony Scripts")."</a></td>";
echo " <td></td>";
echo " </tr>";
echo "</table>\n";
echo "<hr />";
@ -46,28 +47,48 @@
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("schools_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>\n";
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=\"reports_editor.php\">".i18n("Report Management")."</a> <br />";
if($config['volunteer_enable'] == 'yes') {
echo "<a href=\"volunteers.php\">".i18n("Volunteer Management")."</a> <br />";
}
if($config['tours_enable'] == 'yes') {
echo "<a href=\"tours.php\">".i18n("Tour Management")."</a> <br />";
}
echo "<a href=\"documents.php\">".i18n("Internal Document Management")."</a> <br />";
echo " <td><a href=\"reports_editor.php\">".theme_icon("report_management")."<br />".i18n("Report Management")."</a></td>";
echo " <td>";
if($config['volunteer_enable'] == 'yes') {
echo "<a href=\"volunteers.php\">".theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."</a>";
}
echo "</td>";
echo " <td>";
if($config['tours_enable'] == 'yes') {
echo "<a href=\"tours.php\">".theme_icon("tour_management")."<br />".i18n("Tour Management")."</a>";
}
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo " <td><a href=\"documents.php\">".theme_icon("internal_document_management")."<br />".i18n("Internal Document Management")."</a></td>";
if($config['participant_regfee_items_enable'] == 'yes') {
echo "<a href=\"regfee_items_manager.php\">".i18n("Registration Fee Items Management")."</a> <br />";
echo "<a href=\"regfee_items_manager.php\">".theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."</a>";
}
echo "</td>";
echo "<td></td><td></td>\n";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";
echo "<a href=\"winners.php\">".i18n("Enter Winning Projects")."</a> <br />";
echo "<a href=\"cwsfregister.php\">".i18n("One-Click CWSF Registration")."</a> <br />";
echo "<a href=\"ysfstats.php\">".i18n("One-Click YSF Affiliation Stats")."</a> <br />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"winners.php\">".theme_icon("enter_winning_projects")."<br />".i18n("Enter Winning Projects")."</a></td>";
echo " <td><a href=\"cwsfregister.php\">".theme_icon("one-click_cwsf_registration")."<br />".i18n("One-Click CWSF Registration")."</a></td>";
echo " <td><a href=\"ysfstats.php\">".theme_icon("one-click_ysf_affiliation_stats")."<br />".i18n("One-Click YSF Affiliation Stats")."</a></td>";
echo " <td></td>";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";
echo "<a href=\"communication.php\">".i18n("Communication (Send Emails)")."</a> <br />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"communication.php\">".theme_icon("communication")."<br />".i18n("Communication (Send Emails)")."</a></td>";
echo " <td></td>";
echo " <td></td>";
echo " <td></td>";
echo " </tr>\n";
echo "</table>\n";
send_footer();
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -302,7 +302,6 @@ tr.externalaward {
.adminconfigtable td {
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding: 5px;
width: 128px;
}

View File

@ -33,14 +33,15 @@
$theme['icons']['schools_management']="applications-education.png";
$theme['icons']['judging_management']="klipper.png";
$theme['icons']['translations_management']="kwordquiz.png";
$theme['icons']['report_management']="";
$theme['icons']['volunteer_management']="";
$theme['icons']['tour_management']="";
$theme['icons']['internal_document_management']="";
$theme['icons']['enter_winning_projects']="";
$theme['icons']['one-click_cwsf_registration']="";
$theme['icons']['one-click_ysf_affiliation_stats']="";
$theme['icons']['communication']="";
$theme['icons']['report_management']="document-multiple.png";
$theme['icons']['volunteer_management']="user-group-new.png";
$theme['icons']['tour_management']="preferences-system-performance.png";
$theme['icons']['internal_document_management']="application-vnd.oasis.opendocument.text.png";
$theme['icons']['registration_fee_items_management']="transfers_list.png";
$theme['icons']['enter_winning_projects']="legalmoves.png";
$theme['icons']['one-click_cwsf_registration']="flag-blue.png";
$theme['icons']['one-click_ysf_affiliation_stats']="flag-green.png";
$theme['icons']['communication']="mail-mark-unread.png";
//CONFIG ICONS
$theme['icons']['configuration_variables']="";