Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9262c302

Von Sven Schöling vor fast 12 Jahren hinzugefügt

  • ID 9262c3022a29eb55305bad0473e42d030c036f50
  • Vorgänger 5a68fd13
  • Nachfolger f9c3e030

Bei javascriptmenü im Druck auch das Layout ausblenden

behebt #2029

Unterschiede anzeigen:

css/kivitendo/menu.css
181 181
body { margin: 0 }
182 182

  
183 183
@media print {
184
  #menuv3, #html-menu, #frame-header, #js-menu {   /* items with this class won't print */
184
  #menuv3, #html-menu, #frame-header, #main_menu_div, #js-header {   /* items with this class won't print */
185 185
    display: none;
186 186
  }
187 187
  #content.html-menu { margin-left: 0; }
css/lx-office-erp/menu.css
190 190

  
191 191

  
192 192
@media print {
193
  #menuv3, #html-menu, #frame-header, #js-menu {   /* items with this class won't print */
193
  #menuv3, #html-menu, #frame-header, #main_menu_div, #js-header {   /* items with this class won't print */
194 194
    display: none;
195 195
  }
196 196
  #content.html-menu { margin-left: 0; }
templates/webpages/menu/menunew.html
15 15

  
16 16
 <script type="text/javascript" src="js/dhtmlsuite/menu-for-applications.js"></script>
17 17

  
18
 <table class="menunew">
18
 <table id='js-header' class="menunew">
19 19
  <tr>
20 20
   <td>
21 21
    &nbsp;

Auch abrufbar als: Unified diff