From 40a49c8567226e0cabcd0bcdcf375368c1d3bda8 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 30 Sep 2009 22:38:38 +0000 Subject: [PATCH] More renaming sponsors to donors and sponsorships to donations Start on the donor management interface Try to make the donor tab 'look pretty' --- admin/awards.php | 2 +- admin/{fundraising.php => donations.php} | 9 +- admin/{sponsors.php => donors.php} | 205 ++++++++++------------- admin/donors_search.php | 95 +++++++++++ admin/fundraising_sponsorship.php | 3 +- admin/sponsor_contacts.php | 4 +- admin/sponsorship_levels.php | 2 +- 7 files changed, 196 insertions(+), 124 deletions(-) rename admin/{fundraising.php => donations.php} (96%) rename admin/{sponsors.php => donors.php} (67%) create mode 100644 admin/donors_search.php diff --git a/admin/awards.php b/admin/awards.php index d69051f..a908ccc 100644 --- a/admin/awards.php +++ b/admin/awards.php @@ -35,7 +35,7 @@ echo "
"; echo "".i18n('Awards Management')."
"; - echo "".i18n('Sponsors')."
"; + echo "".i18n('Sponsors')."
"; echo "
"; echo "".i18n('Edit prize template for the divisional awards').""; echo "
"; diff --git a/admin/fundraising.php b/admin/donations.php similarity index 96% rename from admin/fundraising.php rename to admin/donations.php index 4cce950..8beef74 100644 --- a/admin/fundraising.php +++ b/admin/donations.php @@ -31,9 +31,10 @@ include ("fundraising_types_handler.inc.php"); include ("fundraising_main.inc.php"); - send_header("Fundraising", + send_header("Donations", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php'), + 'Administration' => 'admin/index.php', + 'Fundraising' => 'admin/fundraising.php'), "fundraising" ); @@ -49,7 +50,7 @@ $(document).ready(function() { $("#fund_editor").dialog({ bgiframe: true, autoOpen: false, - modal: true, resizable: false, + modal: true, resizable: falsefundraising draggable: false }); @@ -157,7 +158,7 @@ echo ""; echo "
\n"; echo "Manage Donation Levels\n"; echo "
\n"; - echo "Manage Donors\n"; + echo "Manage Donors\n"; echo "
\n"; ?> diff --git a/admin/sponsors.php b/admin/donors.php similarity index 67% rename from admin/sponsors.php rename to admin/donors.php index 2232120..7d1da3c 100644 --- a/admin/sponsors.php +++ b/admin/donors.php @@ -148,18 +148,20 @@ send_header("Donor Management", array('Committee Main' => 'committee_main.php', 'Administration' => 'admin/index.php', - 'Fundraising Main' => 'admin/fundraising.php') + 'Fundraising' => 'admin/fundraising.php') ); ?> -