kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-10-22 08:40 pm

[dw-free] Change the landing page of the Edit Filters page

[commit: http://hg.dwscoalition.org/dw-free/rev/12ed55487c55]

http://bugs.dwscoalition.org/show_bug.cgi?id=1572

Add useful links to Edit Access Filters success page.

Patch by [staff profile] denise.

Files modified:
  • htdocs/manage/circle/editfilters.bml
  • htdocs/manage/circle/editfilters.bml.text
--------------------------------------------------------------------------------
diff -r 57d74128423a -r 12ed55487c55 htdocs/manage/circle/editfilters.bml
--- a/htdocs/manage/circle/editfilters.bml	Thu Oct 22 15:27:05 2009 -0500
+++ b/htdocs/manage/circle/editfilters.bml	Thu Oct 22 15:39:56 2009 -0500
@@ -90,6 +90,7 @@
         }
 
         $body .= "<?h1 $ML{'.saved.header'} h1?><?p $ML{'.saved.text'} p?>";
+        $body .= "<ul><li><a href='$LJ::SITEROOT/update'>$ML{'.saved.action.post'}</li><li><a href='$LJ::SITEROOT/manage/subscriptions/filters'>$ML{'.saved.action.subscription'}</li></ul>";
 
         return;
     }
diff -r 57d74128423a -r 12ed55487c55 htdocs/manage/circle/editfilters.bml.text
--- a/htdocs/manage/circle/editfilters.bml.text	Thu Oct 22 15:27:05 2009 -0500
+++ b/htdocs/manage/circle/editfilters.bml.text	Thu Oct 22 15:39:56 2009 -0500
@@ -35,6 +35,10 @@
 
 .prompt.rename=Rename this access filter to:
 
+.saved.action.post=Post an entry
+
+.saved.action.subscription=Manage subscription filters
+
 .saved.header=Saved
 
 .saved.text=Your access filters are now saved.
--------------------------------------------------------------------------------