Backport 17516, 17517, 17522, 17523: Allows us to create an /openils/var/web/css...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Sep 2010 20:02:19 +0000 (20:02 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Sep 2010 20:02:19 +0000 (20:02 +0000)
commit2330698b3c20ddd4d33e90edf4c34a313b1abe53
tree1132498d75c425302dbff465dc28637872160f56
parent02405cd7f042a809290f79e59d0a72b45ceb7af7
Backport 17516, 17517, 17522, 17523: Allows us to create an /openils/var/web/css/skin/default/register_custom.css file containing local CSS for styling the patron editor.  Example:

TR[fmfield=ident_type] { display: none; } /* be sure to set the ui.patron.default_ident_type setting */
TR[fmfield=ident_value2] { border: solid thick red; font-size: x-large; }
TR[fmfield=barred] { display: none; }
TR[fmfield=country] { display: none; } /* be sure to set the ui.patron.default_country setting */
TR[fmfield=master_account] { display: none; }
TR[fmfield=alert_message] { display: none; }
TR[fmfield=ident_value] { z-index: -1; }
TR[stat_cat_id='1'] { border: solid thick red; font-size: x-large; }

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@17524 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/0388.data.org-setting-ui.patron.editor_defaults.sql [new file with mode: 0644]
Open-ILS/web/css/skin/default/register.css [new file with mode: 0644]
Open-ILS/web/js/ui/default/actor/user/register.js
Open-ILS/web/templates/default/actor/user/register.tt2