Add about 1/2 the icons for the config page
@ -4,7 +4,7 @@
|
||||
SFIAB Website: http://www.sfiab.ca
|
||||
|
||||
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
|
||||
Copyright (C) 2005 James Grant <james@lightbox.org>
|
||||
Copyright (C) 2005-2008 James Grant <james@lightbox.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public
|
||||
|
@ -4,7 +4,7 @@
|
||||
SFIAB Website: http://www.sfiab.ca
|
||||
|
||||
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
|
||||
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
|
||||
Copyright (C) 2005-2008 James Grant <james@lightbox.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public
|
||||
@ -30,14 +30,23 @@
|
||||
array('Committee Main' => 'committee_main.php')
|
||||
);
|
||||
|
||||
echo "<a href=\"variables.php\">".i18n("Configuration Variables")."</a> <br />";
|
||||
echo "<a href=\"dates.php\">".i18n("Important Dates")."</a> <br />";
|
||||
echo "<a href=\"categories.php\">".i18n("Project Age Categories")."</a> <br />";
|
||||
echo "<a href=\"divisions.php\">".i18n("Project Divisions")."</a> <br />";
|
||||
echo "<a href=\"divisions_cwsf.php\">".i18n("CWSF Project Divisions")."</a> <br />";
|
||||
echo "<a href=\"subdivisions.php\">".i18n("Project Sub-Divisions")."</a> <br />";
|
||||
echo "<a href=\"pagetexts.php\">".i18n("Page Texts")."</a> <br />";
|
||||
echo "<a href=\"signaturepage.php\">".i18n("Exhibitor Signature Page")."</a> <br />";
|
||||
|
||||
echo "<table class=\"adminconfigtable\">";
|
||||
echo " <tr>";
|
||||
echo " <td><a href=\"variables.php\">".theme_icon("configuration_variables")."<br />".i18n("Configuration Variables")."</a></td>";
|
||||
echo " <td><a href=\"dates.php\">".theme_icon("important_dates")."<br />".i18n("Important Dates")."</a></td>";
|
||||
echo " <td><a href=\"categories.php\">".theme_icon("project_age_categories")."<br />".i18n("Project Age Categories")."</a></td>";
|
||||
echo " <td><a href=\"divisions.php\">".theme_icon("project_divisions")."<br />".i18n("Project Divisions")."</a></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td><a href=\"divisions_cwsf.php\">".theme_icon("cwsf_project_divisions")."<br />".i18n("CWSF Project Divisions")."</a></td>";
|
||||
echo " <td><a href=\"subdivisions.php\">".theme_icon("project_sub_divisions")."<br />".i18n("Project Sub-Divisions")."</a></td>";
|
||||
echo " <td><a href=\"pagetexts.php\">".theme_icon("page_texts")."<br />".i18n("Page Texts")."</a></td>";
|
||||
echo " <td><a href=\"signaturepage.php\">".theme_icon("exhibitor_signature_page")."<br />".i18n("Exhibitor Signature Page")."</a></td>";
|
||||
echo " </tr>\n";
|
||||
echo "</table>\n";
|
||||
|
||||
|
||||
echo "<a href=\"judges_questions.php\">".i18n("Judge Registration Questions")."</a> <br />";
|
||||
echo "<a href=\"safetyquestions.php\">".i18n("Project Safety Questions")."</a> <br />";
|
||||
echo "<a href=\"images.php\">".i18n("Images (Fair Logo)")."</a> <br />";
|
||||
|
BIN
theme/default/icons/chemical.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
theme/default/icons/configure.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
theme/default/icons/date.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
theme/default/icons/edu_science.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
theme/default/icons/edu_science_canada.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
theme/default/icons/kdmconfig.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
theme/default/icons/kwrite.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
theme/default/icons/signature.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
@ -45,14 +45,14 @@
|
||||
$theme['icons']['websitecontentmanagement']="toggle_log.png";
|
||||
|
||||
//CONFIG ICONS
|
||||
$theme['icons']['configuration_variables']="";
|
||||
$theme['icons']['important_dates']="";
|
||||
$theme['icons']['project_age_categories']="";
|
||||
$theme['icons']['project_divisions']="";
|
||||
$theme['icons']['cwsf_project_divisions']="";
|
||||
$theme['icons']['project_sub_divisions']="";
|
||||
$theme['icons']['page_texts']="";
|
||||
$theme['icons']['exhibitor_signature_page']="";
|
||||
$theme['icons']['configuration_variables']="configure.png";
|
||||
$theme['icons']['important_dates']="date.png";
|
||||
$theme['icons']['project_age_categories']="kdmconfig.png";
|
||||
$theme['icons']['project_divisions']="edu_science.png";
|
||||
$theme['icons']['cwsf_project_divisions']="edu_science_canada.png";
|
||||
$theme['icons']['project_sub_divisions']="chemical.png";
|
||||
$theme['icons']['page_texts']="kwrite.png";
|
||||
$theme['icons']['exhibitor_signature_page']="signature.png";
|
||||
$theme['icons']['judge_registration_questions']="";
|
||||
$theme['icons']['project_safety_questions']="";
|
||||
$theme['icons']['images']="";
|
||||
|