Browse Source

BUGFIX Datenschutz und Impressum überlagern Buttons und Links aus Masken und Themenbaum #322854

RELEASE_kern5.0
Andre Knieschewski 5 months ago
parent
commit
2df5268a07
  1. 52
      superx/WEB-INF/patch/xml/patch_2024-04-24.xml
  2. 3
      superx/xml/menue_html.css

52
superx/WEB-INF/patch/xml/patch_2024-04-24.xml

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<patch patch_id="2024-04-24">
<systeme>
<!--<system name="his1" codierung="utf8"/>-->
<system name="superx" codierung="utf8"/>
<system name="superx" codierung="iso"/>
</systeme>
<module name="kern" systeminfo_id="xxx" inst_from="xx">
<patch-description feature_id="322854">
<ul>
<li>Bugfix Datenschutz und Impressum überlagern Buttons</li>
<li>Layoutverbesserung Manager</li>
</ul>
</patch-description>
<patch-test>
<!-- Bisher nur sql erlaubt. Ergebniss muss 0 sein, um zu erlauben, dass der Patch eingespielt wird! -->
<nativeaction sql="select 0 from xdummy where (select count(*) from db_version where his_system='kern') > 0 " scriptfile="" database=""/>
</patch-test>
<patch-data>
<files>
<file path="xml/menue_html.css"><patch-description feature_id="322854">Bugfix Datenschutz und Impressum überlagern Buttons</patch-description></file>
<file path="edit/kern/webapp_manager.jsp"></file>
</files>
<database name="superx">
<!-- TODO: hier können beliebige Elemente der normalen Modul-XML stehen-->
<masken>
</masken>
</database>
<upgrade>
<upgrade-step>
</upgrade-step>
</upgrade>
</patch-data>
</module>
</patch>

3
superx/xml/menue_html.css

@ -352,7 +352,7 @@ a:link { @@ -352,7 +352,7 @@ a:link {
left: 3px;
margin: 0;
overflow: hidden;
padding: 75px 0 0;
padding: 75px 0 50px;
position: absolute;
top: 0;
transition: width 0.3s ease 0s;
@ -399,6 +399,7 @@ a:link { @@ -399,6 +399,7 @@ a:link {
width: 98%;
float: left;
display: block;
padding-bottom: 50px;
}
.columnTwoThirdLeft_1024, .columnOneThirdRight_1024

Loading…
Cancel
Save