left align the setting name for easier reading. more explicit help message
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Nov 2008 19:36:16 +0000 (19:36 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Nov 2008 19:36:16 +0000 (19:36 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11137 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml

index ed087f1..4d11cf6 100644 (file)
 <!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">
index cbae0fb..e172143 100644 (file)
                         cells : [[
                             {name: 'Edit', get: osGetEditLink, 
                                 value: '&lt;a href=&quot;javascript:void(0);&quot; onclick=&quot;osLaunchEditor(\'SETTING\');&quot;>Edit&lt;/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'},
                         ]]