[open-ils-commits] r11136 - 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
Tue Nov 11 14:35:49 EST 2008
Author: erickson
Date: 2008-11-11 14:35:45 -0500 (Tue, 11 Nov 2008)
New Revision: 11136
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/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: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-11 19:29:00 UTC (rev 11135)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-11-11 19:35:45 UTC (rev 11136)
@@ -1236,7 +1236,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: 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-11 19:29:00 UTC (rev 11135)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-11-11 19:35:45 UTC (rev 11136)
@@ -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