Add the rest of the config icons! :)

This commit is contained in:
james 2008-08-22 20:10:39 +00:00
parent 2d20b0887b
commit c29e490639
9 changed files with 29 additions and 16 deletions

View File

@ -44,18 +44,31 @@
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 " <tr>";
echo " <td><a href=\"judges_questions.php\">".theme_icon("judge_registration_questions")."<br />".i18n("Judge Registration Questions")."</a></td>";
echo " <td><a href=\"safetyquestions.php\">".theme_icon("project_safety_questions")."<br />".i18n("Project Safety Questions")."</a></td>";
echo " <td><a href=\"images.php\">".theme_icon("images")."<br />".i18n("Images (Fair Logo)")."</a></td>";
echo " <td><a href=\"award_sources.php\">".theme_icon("external_award_sources")."<br />".i18n("External Award Sources")."</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 />";
echo "<a href=\"award_sources.php\">".i18n("External Award Sources")."</a> <br />";
echo "<hr />";
echo "<a href=\"languagepacks.php\">".i18n("Language Pack Installer")."</a> (".i18n("install new language translations").")<br />";
echo "<a href=\"versionchecker.php\">".i18n("New Version Checker")."</a> (".i18n("check if you're using the latest version").")<br />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"languagepacks.php\">".theme_icon("language_pack_installer")."<br />".i18n("Language Pack Installer")."</a></td>";
echo " <td><a href=\"versionchecker.php\">".theme_icon("new_version_checker")."<br />".i18n("New Version Checker")."</a></td>";
echo " <td></td>\n";
echo " <td></td>\n";
echo " </tr>";
echo "</table>\n";
echo "<hr />";
echo "<a href=\"rollover.php\">".i18n("Rollover Fair Year")."</a> <br />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"rollover.php\">".theme_icon("rollover_fair_year")."<br />".i18n("Rollover Fair Year")."</a></td>";
echo " <td></td>\n";
echo " <td></td>\n";
echo " <td></td>\n";
echo " </tr>";
echo "</table>\n";
send_footer();
?>

BIN
theme/default/icons/ark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -53,12 +53,12 @@
$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']="";
$theme['icons']['external_award_sources']="";
$theme['icons']['language_pack_installer']="";
$theme['icons']['new_version_checker']="";
$theme['icons']['rollover_fair_year']="";
$theme['icons']['judge_registration_questions']="vcs_status.png";
$theme['icons']['project_safety_questions']="help-contents.png";
$theme['icons']['images']="elempic.png";
$theme['icons']['external_award_sources']="ark.png";
$theme['icons']['language_pack_installer']="kanagram.png";
$theme['icons']['new_version_checker']="numbers.png";
$theme['icons']['rollover_fair_year']="svn_switch.png";
?>