From: erickson Date: Tue, 11 Nov 2008 19:36:16 +0000 (+0000) Subject: left align the setting name for easier reading. more explicit help message X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7db8b1b2bb452ad4c325bcda40c52ab19cf407b9;p=Evergreen.git left align the setting name for easier reading. more explicit help message git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11137 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index ed087f1a99..4d11cf6d46 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1226,7 +1226,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml index cbae0fb039..e172143706 100644 --- a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml @@ -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'}, ]]