diff --git a/css/WEBootstrap/default.css b/css/WEBootstrap/default.css
index deec49e6a..db8ab0c94 100644
--- a/css/WEBootstrap/default.css
+++ b/css/WEBootstrap/default.css
@@ -701,7 +701,22 @@ select.selecterror {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#c3c3c3 solid thin;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding:4px 10px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/WEBootstrap/images/info.svg b/css/WEBootstrap/images/info.svg
new file mode 100644
index 000000000..3e6ebf4ca
--- /dev/null
+++ b/css/WEBootstrap/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/aguapop/default.css b/css/aguapop/default.css
index 03f07cc12..352a26f30 100644
--- a/css/aguapop/default.css
+++ b/css/aguapop/default.css
@@ -510,7 +510,26 @@ li {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#800000 solid 1px;
+ color:#000000;
+ float:none;
+ font-family:Arial, Verdana, Helvetica, sans-serif;
+ font-weight:normal;
+ margin:0 auto;
+ min-height:26px;
+ padding-bottom:2px;
+ padding-left:24px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/aguapop/images/info.svg b/css/aguapop/images/info.svg
new file mode 100644
index 000000000..4f1b98305
--- /dev/null
+++ b/css/aguapop/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/default/default.css b/css/default/default.css
index 931488500..c8c1aeb40 100644
--- a/css/default/default.css
+++ b/css/default/default.css
@@ -529,7 +529,25 @@ textarea.texterror {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-family:Arial, Verdana, Helvetica, sans-serif;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/default/images/info.svg b/css/default/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/default/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/fluid/default.css b/css/fluid/default.css
index e1d482743..0ab7cae24 100644
--- a/css/fluid/default.css
+++ b/css/fluid/default.css
@@ -419,6 +419,25 @@ list-style-image:url(bullet.gif);
visibility:visible;
width:80%;
z-index:1;
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-family:Arial, Verdana, Helvetica, sans-serif;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/fluid/images/info.svg b/css/fluid/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/fluid/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/fresh/default.css b/css/fresh/default.css
index 6d7ede390..298705bff 100644
--- a/css/fresh/default.css
+++ b/css/fresh/default.css
@@ -526,7 +526,24 @@ select.selecterror {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
background-color:#C9D392;
diff --git a/css/fresh/images/info.svg b/css/fresh/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/fresh/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/gel/default.css b/css/gel/default.css
index f7ee44523..fa4c356d5 100644
--- a/css/gel/default.css
+++ b/css/gel/default.css
@@ -554,7 +554,24 @@ li { /* ??? */
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/gel/images/info.svg b/css/gel/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/gel/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/professional-rtl/default.css b/css/professional-rtl/default.css
index 1795ed293..6429c8f8b 100644
--- a/css/professional-rtl/default.css
+++ b/css/professional-rtl/default.css
@@ -564,7 +564,24 @@ li {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top right no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-right:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/professional-rtl/images/info.svg b/css/professional-rtl/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/professional-rtl/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/professional/default.css b/css/professional/default.css
index 02ec608e8..779b9e0a4 100644
--- a/css/professional/default.css
+++ b/css/professional/default.css
@@ -547,7 +547,24 @@ textarea.texterror {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/professional/images/info.svg b/css/professional/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/professional/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/silverwolf/default.css b/css/silverwolf/default.css
index 225ac6021..150fa1003 100644
--- a/css/silverwolf/default.css
+++ b/css/silverwolf/default.css
@@ -511,7 +511,7 @@ select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php
/* Class selector for field help text. */
}
.page_help_text { /* many */
- /* class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
background-color:#d3d3d3;
border-radius:5px;
border:#a52a2a 1px solid;
@@ -529,7 +529,27 @@ select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php
visibility:visible;
width:50%; /* 80% in merge */
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border-radius:5px;
+ border:#a52a2a 1px solid;
+ color:#000000;
+ float:none;
+ font-family:Arial, Verdana, Helvetica, sans-serif;
+ font-size:100%;
+ font-weight:normal;
+ margin:0 auto;
+ padding-bottom:3px; /* 2px in merge */
+ padding-left:3px; /* 10px in merge */
+ padding-top:3px;/* 2px in merge */
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:50%; /* 80% in merge */
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
background:#dcdcdc;
diff --git a/css/silverwolf/images/info.svg b/css/silverwolf/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/silverwolf/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/wood/default.css b/css/wood/default.css
index 496ae9a92..385446f71 100644
--- a/css/wood/default.css
+++ b/css/wood/default.css
@@ -567,7 +567,28 @@ display:table-cell;
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#A52A2A 1px solid;
+ box-shadow:3px 3px 4px;
+ color:#000000;
+ float:none;
+ font-family:Arial, Verdana, Helvetica, sans-serif;
+ font-size:100%;
+ font-weight:normal;
+ margin:0 auto 10px;
+ padding:10px;
+ padding-bottom:2px;
+ padding-left:10px;
+ padding-top:2px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/wood/images/info.svg b/css/wood/images/info.svg
new file mode 100644
index 000000000..8949c5739
--- /dev/null
+++ b/css/wood/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/css/xenos/default.css b/css/xenos/default.css
index 0172b5d4f..3bbdba242 100644
--- a/css/xenos/default.css
+++ b/css/xenos/default.css
@@ -674,7 +674,22 @@ select.selecterror {
visibility:visible;
width:80%;
z-index:1;
- /* Class selector for page help text. */
+ /* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
+}
+.page_info_text {
+ background:#d3d3d3 url(images/info.svg) top left no-repeat;
+ border:#c3c3c3 solid thin;
+ color:#000000;
+ float:none;
+ font-weight:normal;
+ margin:0 auto;
+ padding:4px 10px;
+ position:static;
+ text-align:center;
+ visibility:visible;
+ width:80%;
+ z-index:1;
+ /* Class selector for page info text. */
}
.page_title_text {
color:#000000;
diff --git a/css/xenos/images/info.svg b/css/xenos/images/info.svg
new file mode 100644
index 000000000..350f62cca
--- /dev/null
+++ b/css/xenos/images/info.svg
@@ -0,0 +1 @@
+
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index a2da92722..92b06b3d1 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -15,7 +15,8 @@ For changelogs earlier than v4.14.1, please refer to [CHANGELOG_ARCHIVE.md].
| Description | Type | Author | Date | Details | Ref |
|:-----------:|:----:|:------:|:----:|:-------:|:---:|
-| Delete unneeded images | Fixed | Rafael Chacón |2018-12-05| Delete old PNG images (cross.png, next.png, previous.png, return.png, tick.png) that have been replaced by SVG (Scalable Vector Graphics) images. | |
+| Add page_info_text class | Added | Rafael Chacón |2018-12-05| Add the page_info_text class that is not hidden/displayed by the ShowPageHelp parameter. | |
+| Delete unneeded images | Removed | Rafael Chacón |2018-12-05| Delete old PNG images (cross.png, next.png, previous.png, return.png, tick.png) that have been replaced by SVG (Scalable Vector Graphics) images. | |
| Fix images call | Fixed | Rafael Chacón |2018-12-05| Fix calls to old PNG images. | |
| Fix RTL images | Fixed | Rafael Chacón |2018-12-05| Fix of right-to-left language images. | |
| Fix the size of some images | Fixed | Rafael Chacón |2018-12-05| Fix the size of some SVG images, adjusting the height and the width in the svg tag. | |