[open-ils-commits] r11358 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 26 10:24:21 EST 2008
Author: erickson
Date: 2008-11-26 10:24:19 -0500 (Wed, 26 Nov 2008)
New Revision: 11358
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added password format setting
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-26 15:16:05 UTC (rev 11357)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-26 15:24:19 UTC (rev 11358)
@@ -1502,6 +1502,8 @@
<!ENTITY staff.server.admin.org_settings.circ.hold_boundary.soft "Holds: Soft boundary">
<!ENTITY staff.server.admin.org_settings.opac.barcode_regex "Patron barcode format">
<!ENTITY staff.server.admin.org_settings.opac.barcode_regex.desc 'Regular expression defining the patron barcode format'>
+<!ENTITY staff.server.admin.org_settings.global.password_regex "Password format">
+<!ENTITY staff.server.admin.org_settings.global.password_regex.desc 'Regular expression defining the password format'>
<!ENTITY staff.server.admin.org_settings.circ.item_checkout_history.max "Maximum previous checkouts displayed">
<!ENTITY staff.server.admin.org_settings.circ.item_checkout_history.max.desc "This is maximum number of previous circulations the staff client will display when investigating item details">
<!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval "Change reshelving status interval">
Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-11-26 15:16:05 UTC (rev 11357)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-11-26 15:24:19 UTC (rev 11358)
@@ -84,6 +84,10 @@
label : '&staff.server.admin.org_settings.opac.barcode_regex;',
desc : '&staff.server.admin.org_settings.opac.barcode_regex.desc;'
},
+ 'global.password_regex' : {
+ label : '&staff.server.admin.org_settings.global.password_regex;',
+ desc : '&staff.server.admin.org_settings.global.password_regex.desc;'
+ },
'circ.item_checkout_history.max' : {
label : '&staff.server.admin.org_settings.circ.item_checkout_history.max;',
desc : '&staff.server.admin.org_settings.circ.item_checkout_history.max.desc;'
More information about the open-ils-commits
mailing list