Changeset 5575 for WAeUP_Moodle


Ignore:
Timestamp:
26 Oct 2010, 05:49:15 (14 years ago)
Author:
Henrik Bettermann
Message:

Remove navlistbox.

Location:
WAeUP_Moodle/bteducation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_Moodle/bteducation/fw_layout.css

    r5573 r5575  
    475475  min-height: 105px;
    476476}
     477
     478
     479/***
     480 *** Doc
     481 ***/
     482
     483body#doc-contents h1 {
     484  margin: 0em 0px 0px 0px;
     485}
     486
     487body#doc-contents ul {
     488  list-style-type: none;
     489  margin: 0;
     490  padding: 0;
     491  width: 90%;
     492}
  • WAeUP_Moodle/bteducation/header.html

    r5574 r5575  
    2323    <div id="header-home" class="clearfix">
    2424        <div id="navlistbox">
    25             <ul id="navlist">
    26             <li><a  onclick="this.target='popup'; return openpopup('/theme/bteducation/kontakt.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=230', 0);"
    27                     href="/kontakt">Kontakt</a>
    28             <a  onclick="this.target='popup'; return openpopup('/theme/bteducation/impressum.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);"
    29                     href="/impressum">Impressum</a>
    30             <a  onclick="this.target='popup'; return openpopup('/theme/bteducation/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=550', 0);"
    31                     href="/datenschutz">Datenschutz</a>
    32             <a  onclick="this.target='popup'; return openpopup('/theme/bteducation/hilfe.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);"
    33                     href="/hilfe">Hilfe</a></li>
    34             </ul>
    35         </div>    <br /><br />
     25        </div>
    3626        <div class="headermenu"><?php echo $menu ?></div>
    3727    </div>
Note: See TracChangeset for help on using the changeset viewer.