[open-ils-commits] r399 - in servres/trunk/conifer: . templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 26 21:58:02 EDT 2009


Author: gfawcett
Date: 2009-04-26 21:58:00 -0400 (Sun, 26 Apr 2009)
New Revision: 399

Modified:
   servres/trunk/conifer/TODO
   servres/trunk/conifer/templates/edit_course.xhtml
Log:
Changed "Add a new course site" to "Create a new course site".

Betty Ing suggested this, for consistency. I'm not sure that all the
other "Add a new" links should be changed to "Create a new"s,
though. Creating a course site makes sense to me; but you don't create
a term (though you might add a representation of one to the system).
Opinions welcome.


Modified: servres/trunk/conifer/TODO
===================================================================
--- servres/trunk/conifer/TODO	2009-04-27 01:57:56 UTC (rev 398)
+++ servres/trunk/conifer/TODO	2009-04-27 01:58:00 UTC (rev 399)
@@ -2,8 +2,6 @@
 
 IMPORTANT:
 
-* "create course site" (not "add course")
-
 * save-sequence fails on IE6.
 
 * set up a proper issue-tracker?
@@ -59,6 +57,7 @@
 > Add term: what's the format for adding a date? Can it prompt or have
 > fielded entry? (just added Y-M-D label for now.)
 
+* "create course site" (not "add course")
 
 
 

Modified: servres/trunk/conifer/templates/edit_course.xhtml
===================================================================
--- servres/trunk/conifer/templates/edit_course.xhtml	2009-04-27 01:57:56 UTC (rev 398)
+++ servres/trunk/conifer/templates/edit_course.xhtml	2009-04-27 01:58:00 UTC (rev 399)
@@ -2,7 +2,7 @@
 if instance.id:
     title = _('Edit course details')
 else:
-    title = _('Add a new course site')
+    title = _('Create a new course site')
 ?>
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:xi="http://www.w3.org/2001/XInclude"



More information about the open-ils-commits mailing list