From: Rafael C. <raf...@gm...> - 2018-12-06 23:13:20
|
Hi, I am trying to simplify code. In this case, to simplify the field_help_text code. But I have an issue: in the script UserSettings.php, the css do not refresh as expected. I am trying to explicitly show the style for the field_help_text element (thanks to Tim Schofield for the suggestions). I am testing, but still having problems. Regards, Rafael ---------- Forwarded message --------- From: Rafael Chacón <not...@gi...> Date: jue., 6 dic. 2018 a las 11:42 Subject: [webERP-team/webERP] Change field_help_text code (part 1) (#124) To: webERP-team/webERP <we...@no...> Cc: Subscribed <sub...@no...> Simplify the field_help_text code, using in header.php: if(isset($_SESSION['ShowFieldHelp']) AND !$_SESSION['ShowFieldHelp']) { echo '.field_help_text {display:none;}'; } ------------------------------ You can view, comment on, or merge this pull request online at: https://github.com/webERP-team/webERP/pull/124 Commit Summary - Change field_help_text code (part 1) - Change field_help_text code (part 1) - Update CHANGELOG.md - Change field_help_text code (part 1) - Change field_help_text code (part 1) File Changes - *M* GLCashFlowsIndirect.php <https://github.com/webERP-team/webERP/pull/124/files#diff-0> (21) - *M* PDFPriceList.php <https://github.com/webERP-team/webERP/pull/124/files#diff-1> (34) - *M* PurchasesReport.php <https://github.com/webERP-team/webERP/pull/124/files#diff-2> (6) - *M* SalesReport.php <https://github.com/webERP-team/webERP/pull/124/files#diff-3> (6) - *M* WWW_Users.php <https://github.com/webERP-team/webERP/pull/124/files#diff-4> (20) - *M* doc/CHANGELOG.md <https://github.com/webERP-team/webERP/pull/124/files#diff-5> (1) Patch Links: - https://github.com/webERP-team/webERP/pull/124.patch - https://github.com/webERP-team/webERP/pull/124.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <https://github.com/webERP-team/webERP/pull/124>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AjKgwBfIj-d4809wV8ZxABpWquh7dwAuks5u2VaNgaJpZM4ZG_MM> . |