From 8393c2477bc281f55dff391c5bcb6e14d3006b3f Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 11 Oct 2006 02:04:36 +0000 Subject: [PATCH] Lowercase some text on the front page, rename submit button on create party page, add a space before GMT, fix CSS selection issue with iCal icon, and add missing file. --- webtools/partytool/views/feeds/photos.thtml | 0 webtools/partytool/views/pages/display.thtml | 8 ++++---- webtools/partytool/views/parties/add.thtml | 6 +++--- webtools/partytool/views/users/edit.thtml | 4 ++-- webtools/partytool/webroot/css/main.css | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 webtools/partytool/views/feeds/photos.thtml diff --git a/webtools/partytool/views/feeds/photos.thtml b/webtools/partytool/views/feeds/photos.thtml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/webtools/partytool/views/pages/display.thtml b/webtools/partytool/views/pages/display.thtml index c2d1c965f6e..38fbfbbe996 100755 --- a/webtools/partytool/views/pages/display.thtml +++ b/webtools/partytool/views/pages/display.thtml @@ -10,19 +10,19 @@
-
".(($pcount == 1) ? ' Party' : ' Parties'); ?> +
".(($pcount == 1) ? ' party' : ' parties'); ?>
iCALRSS
-
".(($ucount == 1) ? ' Partygoer' : ' Partygoers'); ?> +
".(($ucount == 1) ? ' partygoer' : ' partygoers'); ?>
RSS
-
".(($days_left == 1) ? ' Day' : ' Days'); ?> left until Firefox 2! +
".(($days_left == 1) ? ' day' : ' days'); ?> left until Firefox 2!
-
\ No newline at end of file +
diff --git a/webtools/partytool/views/parties/add.thtml b/webtools/partytool/views/parties/add.thtml index 7f71e5a1dd2..2964c600212 100755 --- a/webtools/partytool/views/parties/add.thtml +++ b/webtools/partytool/views/parties/add.thtml @@ -68,7 +68,7 @@ input('Party/website', array('size' => 40)); ?> -

If you choose to make your party invite only, you will have to send guests an invite containing a random invite code to allow them to join your party.

+

If you choose to make your party invite only, you will have to send guests an invite containing a random invite code to allow them to join your party.

checkbox('Party/inviteonly'); ?> @@ -103,5 +103,5 @@ textarea('Party/notes', array('rows' => 10, 'cols' => 50)); ?>
- submit('Register'); ?> - \ No newline at end of file + submit('Create Party'); ?> + diff --git a/webtools/partytool/views/users/edit.thtml b/webtools/partytool/views/users/edit.thtml index 20ba0b92428..959eea58f83 100755 --- a/webtools/partytool/views/users/edit.thtml +++ b/webtools/partytool/views/users/edit.thtml @@ -49,7 +49,7 @@ '12' => 'GMT+12'); echo $html->selectTag('User/tz', $tzs, $utz, null, null, false); ?> - (current time is GMT) + (current time is GMT)