From: Bill Erickson Date: Tue, 19 May 2015 13:52:25 +0000 (-0400) Subject: patron reg cont. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=55eec9a4f202a980d643350b0bf348e8f20003af;p=working%2FEvergreen.git patron reg cont. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index a7eace332a..81b05bb794 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -3,12 +3,20 @@
[% l('Patron Edit') %]
-
+
+
+ + +
+ + +
{{idl_fields[selected_field_doc.fm_class()][selected_field_doc.field()].label}}
{{selected_field_doc.string()}}
-
+
+ [% MACRO formfield(cls, field, path, input_type) BLOCK; diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 30134bcbd4..bf9d8341cf 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -59,12 +59,15 @@ but the ones I'm finding aren't quite cutting it..*/ /* make all input widgets the same width, i.e. fill their column */ .reg-field-input input:not([type="checkbox"]) { width: 100%; } + +/* selector contents float left to allow depth-based left-padding */ .reg-field-input .eg-org-selector, .reg-field-input .btn-group { width: 100%; text-align: left; } +/* selector button labels float right */ .reg-field-input .eg-org-selector button, .reg-field-input .btn-group > button { width: 100%; @@ -73,8 +76,7 @@ but the ones I'm finding aren't quite cutting it..*/ /* floating div along top-right with field documentation */ -/* TODO: make this part of the floatin save/clone div */ -#reg-field-doc { +#reg-control-actions { position: fixed; top:160px; right:30px; @@ -86,6 +88,14 @@ but the ones I'm finding aren't quite cutting it..*/ margin-top: 20px; } +#reg-field-doc { + border:2px dashed #d9e8f9; + -moz-border-radius: 10px; + font-weight: bold; + padding: 20px; + margin-top: 20px; +} + #reg-field-doc legend { /* otherwise the font size is quite large */ font-size: 100%; diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js index 1d5fc4e45d..108a41b65c 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js @@ -131,7 +131,7 @@ angular.module('egCoreMod') }); }; - // some data retrieval depe + // some org settings require the retrieval of additional data... service.process_org_settings = function(settings) { if (!settings['sms.enable']) {