diff --git a/admin/index.php b/admin/index.php index ed6db54..ebc7cb9 100644 --- a/admin/index.php +++ b/admin/index.php @@ -37,6 +37,7 @@ echo " ".theme_icon("participant_registration")."
".i18n("Participant Registration")."
"; echo " ".theme_icon("print/export_reports")."
".i18n("Print / Export Reports")."
"; echo " ".theme_icon("print_awards_ceremony_scripts")."
".i18n("Print Award Ceremony Scripts")."
"; + echo " "; echo " "; echo "\n"; echo "
"; @@ -46,28 +47,48 @@ echo " ".theme_icon("awards_management")."
".i18n("Awards Management")."
"; echo " ".theme_icon("schools_management")."
".i18n("Schools Management")."
"; echo " ".theme_icon("judging_management")."
".i18n("Judging Management")."
"; - echo " "; + echo " \n"; echo " "; echo " ".theme_icon("translations_management")."
".i18n("Translations Management")."
"; - echo " "; - echo "\n"; - echo "".i18n("Report Management")."
"; -if($config['volunteer_enable'] == 'yes') { - echo "".i18n("Volunteer Management")."
"; -} -if($config['tours_enable'] == 'yes') { - echo "".i18n("Tour Management")."
"; -} - echo "".i18n("Internal Document Management")."
"; + echo " ".theme_icon("report_management")."
".i18n("Report Management")."
"; + echo " "; + if($config['volunteer_enable'] == 'yes') { + echo "".theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
"; + } + echo ""; + echo " "; + if($config['tours_enable'] == 'yes') { + echo "".theme_icon("tour_management")."
".i18n("Tour Management")."
"; + } + echo ""; + echo " \n"; + echo " "; + echo " ".theme_icon("internal_document_management")."
".i18n("Internal Document Management")."
"; if($config['participant_regfee_items_enable'] == 'yes') { - echo "".i18n("Registration Fee Items Management")."
"; + echo "".theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
"; } + echo ""; + echo "\n"; + echo " \n"; + echo "\n"; echo "
"; - echo "".i18n("Enter Winning Projects")."
"; - echo "".i18n("One-Click CWSF Registration")."
"; - echo "".i18n("One-Click YSF Affiliation Stats")."
"; + echo ""; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo "
".theme_icon("enter_winning_projects")."
".i18n("Enter Winning Projects")."
".theme_icon("one-click_cwsf_registration")."
".i18n("One-Click CWSF Registration")."
".theme_icon("one-click_ysf_affiliation_stats")."
".i18n("One-Click YSF Affiliation Stats")."
\n"; echo "
"; - echo "".i18n("Communication (Send Emails)")."
"; + echo ""; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo "
".theme_icon("communication")."
".i18n("Communication (Send Emails)")."
\n"; send_footer(); ?> diff --git a/theme/default/icons/application-vnd.oasis.opendocument.text.png b/theme/default/icons/application-vnd.oasis.opendocument.text.png new file mode 100644 index 0000000..50b9d4f Binary files /dev/null and b/theme/default/icons/application-vnd.oasis.opendocument.text.png differ diff --git a/theme/default/icons/document-multiple.png b/theme/default/icons/document-multiple.png new file mode 100644 index 0000000..2b18a53 Binary files /dev/null and b/theme/default/icons/document-multiple.png differ diff --git a/theme/default/icons/flag-blue.png b/theme/default/icons/flag-blue.png new file mode 100644 index 0000000..9373e3d Binary files /dev/null and b/theme/default/icons/flag-blue.png differ diff --git a/theme/default/icons/flag-green.png b/theme/default/icons/flag-green.png new file mode 100644 index 0000000..51e1c8f Binary files /dev/null and b/theme/default/icons/flag-green.png differ diff --git a/theme/default/icons/legalmoves.png b/theme/default/icons/legalmoves.png new file mode 100644 index 0000000..0983fc8 Binary files /dev/null and b/theme/default/icons/legalmoves.png differ diff --git a/theme/default/icons/mail-mark-unread.png b/theme/default/icons/mail-mark-unread.png new file mode 100644 index 0000000..e07161c Binary files /dev/null and b/theme/default/icons/mail-mark-unread.png differ diff --git a/theme/default/icons/preferences-system-performance.png b/theme/default/icons/preferences-system-performance.png new file mode 100644 index 0000000..8a80d44 Binary files /dev/null and b/theme/default/icons/preferences-system-performance.png differ diff --git a/theme/default/icons/transfers_list.png b/theme/default/icons/transfers_list.png new file mode 100644 index 0000000..d0d571f Binary files /dev/null and b/theme/default/icons/transfers_list.png differ diff --git a/theme/default/icons/user-group-new.png b/theme/default/icons/user-group-new.png new file mode 100644 index 0000000..534cf9d Binary files /dev/null and b/theme/default/icons/user-group-new.png differ diff --git a/theme/default/sfiab.css b/theme/default/sfiab.css index 5e04152..5e6ad2f 100644 --- a/theme/default/sfiab.css +++ b/theme/default/sfiab.css @@ -302,7 +302,6 @@ tr.externalaward { .adminconfigtable td { text-align: center; - padding-left: 5px; - padding-right: 5px; + padding: 5px; width: 128px; } diff --git a/theme/default/theme.php b/theme/default/theme.php index cff1979..ab576aa 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -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']="";