[open-ils-commits] r11137 - in branches/rel_1_4/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 11 14:36:20 EST 2008
Author: erickson
Date: 2008-11-11 14:36:16 -0500 (Tue, 11 Nov 2008)
New Revision: 11137
Modified:
branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
left align the setting name for easier reading. more explicit help message
Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-11 19:35:45 UTC (rev 11136)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-11 19:36:16 UTC (rev 11137)
@@ -1226,7 +1226,7 @@
<!ENTITY staff.z39_50_import_interface_label "Z39.50 Import">
<!ENTITY staff.server.admin.org_unit_settings.title "Organization Unit Settings">
<!ENTITY staff.server.admin.org_unit_settings.context "Context Location">
-<!ENTITY staff.server.admin.org_unit_settings.uninherited " * Indicates the setting is not inherited from the parent at run time">
+<!ENTITY staff.server.admin.org_unit_settings.uninherited " * Indicates the setting is not inherited from the parent org unit at run time">
<!ENTITY staff.server.admin.org_unit_settings.edit_setting "Edit Setting">
<!ENTITY staff.server.admin.org_unit_settings.delete_setting "Delete Setting">
<!ENTITY staff.server.admin.org_unit_settings.update_setting "Update Setting">
Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-11-11 19:35:45 UTC (rev 11136)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-11-11 19:36:16 UTC (rev 11137)
@@ -115,7 +115,7 @@
cells : [[
{name: 'Edit', get: osGetEditLink,
value: '<a href="javascript:void(0);" onclick="osLaunchEditor(\'SETTING\');">Edit</a>'},
- {name: 'Setting', get: osGetGridData, field:'label', width:'auto'},
+ {name: 'Setting', get: osGetGridData, field:'label', width:'auto', styles:'text-align:left;'},
{name: 'Context', get: osGetGridData, field:'context', width:'auto'},
{name: 'Value', get: osGetGridData, field:'value', width:'auto'},
]]
More information about the open-ils-commits
mailing list