From 20b9290ea211cc5a14ccfbdfd1e764cde4789e30 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Thu, 12 Oct 2006 07:02:22 +0000 Subject: [PATCH] (From Reed) Link the party count feed to the view all parties page; (From Ryan) correct label for website field, fix privacy options display, and add onblur back to register to auto-update the map. git-svn-id: svn://10.0.0.236/trunk@213537 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/partytool/views/feeds/index.thtml | 4 ++-- mozilla/webtools/partytool/views/users/edit.thtml | 6 +++++- mozilla/webtools/partytool/views/users/register.thtml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/partytool/views/feeds/index.thtml b/mozilla/webtools/partytool/views/feeds/index.thtml index 48be0ddcde7..12b749d2ae6 100755 --- a/mozilla/webtools/partytool/views/feeds/index.thtml +++ b/mozilla/webtools/partytool/views/feeds/index.thtml @@ -8,7 +8,7 @@ <?php echo $count; ?> Total Parties - url('/'); ?> + url('/parties/view/all/'); ?> - \ No newline at end of file + diff --git a/mozilla/webtools/partytool/views/users/edit.thtml b/mozilla/webtools/partytool/views/users/edit.thtml index e3bf3dc32af..b193e847d22 100755 --- a/mozilla/webtools/partytool/views/users/edit.thtml +++ b/mozilla/webtools/partytool/views/users/edit.thtml @@ -12,7 +12,7 @@ tagErrorMsg('User/name', 'You must enter a name.')?>
- + input('User/website', array('size' => 40)); ?>
@@ -80,8 +80,12 @@
checkbox('User/showemail'); ?>
+
+
checkbox('User/showloc'); ?>
+
+
checkbox('User/showmap'); ?>
diff --git a/mozilla/webtools/partytool/views/users/register.thtml b/mozilla/webtools/partytool/views/users/register.thtml index ff4f992b1c7..661a2745014 100755 --- a/mozilla/webtools/partytool/views/users/register.thtml +++ b/mozilla/webtools/partytool/views/users/register.thtml @@ -22,7 +22,7 @@ field is optional.
- input('User/location', array('id' => 'location', 'size' => 40, 'onkeypress' => 'capture(event)')); ?> + input('User/location', array('id' => 'location', 'size' => 40, 'onkeypress' => 'capture(event)', 'onblur' => 'update()')); ?>

If you have a website, enter the URL here. (including the http:// ) Your website will be