Von Version < 29.1 >
bearbeitet von XIMA Admin
am 17.03.2020, 23:06
Auf Version < 28.5 >
bearbeitet von gru
am 12.03.2020, 14:59
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.ximaadmin
1 +XWiki.gru
Inhalt
... ... @@ -33,7 +33,7 @@
33 33   'iconfc': 'puzzle',
34 34   'title': 'Anwendungsfälle',
35 35   'description': 'Formulardaten verarbeiten',
36 - 'documentation': 'doc:Anwendungsfälle.WebHome'
36 + 'documentation': 'doc:Examples.WebHome'
37 37  }, {
38 38   'iconfc': 'form',
39 39   'title': 'Beispiele',
... ... @@ -110,7 +110,7 @@
110 110   text-align: center;
111 111   display: inline-block;
112 112   border-radius: 4px;
113 - padding: 4px 10px 4px 22px;
113 + padding: 4px 4px 4px 4px;
114 114   font-size: 15px
115 115   margin: auto;
116 116   margin-bottom: 5px;
... ... @@ -129,19 +129,15 @@
129 129  .jQButton[active=false]:hover {
130 130   background-color: #676767;
131 131  }
132 -.jQButton .jQButton-icon::before {
132 +.jQButton:before {
133 133   font-family: "FontAwesome";
134 - font-size: 14px;
134 + font-size: 12px;
135 135   font-weight: 400;
136 136   content: "\f046";
137 137  }
138 -.jQButton[active=false] .jQButton-icon::before {
138 +.jQButton[active=false]:before {
139 139   content: "\f096";
140 140  }
141 -.jQButton-icon {
142 - position: absolute;
143 - margin-left: -11px;
144 -}
145 145  </style>
146 146  
147 147  <script>
... ... @@ -732,7 +732,7 @@
732 732   {text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
733 733   {text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
734 734   {text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
735 - {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'},
731 + {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
736 736   {text: "[Übersicht von Lösungen bei Problemen mit z.B. DB (Ticket #3714, #3057)]", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
737 737   {text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
738 738   {text: "Beispiele für Print CSS / Erläuterung was das PDF Print Plugin macht", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
... ... @@ -784,12 +784,12 @@
784 784   <div class="d-none d-md-block col-lg-12 card-main">
785 785   <div class="well" >
786 786   <div id="jQButtons">
787 - <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Designer</div>
788 - <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Datenquellen</div>
789 - <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Statusverarbeitung</div>
790 - <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Abschlusseite</div>
791 - <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Posteingang</div>
792 - <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Anderes</div>
783 + <div id="jQBtn1" class="jQButton" group="Designer" active="true">Designer</div>
784 + <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">Datenquellen</div>
785 + <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">Statusverarbeitung</div>
786 + <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">Abschlusseite</div>
787 + <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">Posteingang</div>
788 + <div id="jQBtn1" class="jQButton" group="Anderes" active="true">Anderes</div>
793 793   </div>
794 794   <div id="jQArea">
795 795   </div>
Copyright 2000-2024