Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Login-Seite

    Scheduled Pinned Locked Moved Entwicklung
    6 Posts 2 Posters 1.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      augum
      last edited by

      Hallo,

      ist es möglich die Loginseite anzupassen. Wie z.B. das I-Doit-Logo gegen ein Firmenlogo auszutauschen.

      Gruß
      augum

      1 Reply Last reply Reply Quote 0
      • A Offline
        armbrust
        last edited by

        Steht doch alles im CSS 🙂

        
        #loginContent {
        	background-image:url(/doku/images/banner/logo.gif);
        	min-height:120px;
        	background-repeat:no-repeat;
        	background-position:10px;
        	margin:30px 15px;
        	text-align:right;
        }
        
        
        1 Reply Last reply Reply Quote 0
        • A Offline
          armbrust
          last edited by

          Oder für das Logo oben links im Quellcode

          
            <a href="" title="www.i-doit.org">![i-doit Logo](/doku/src/themes/default/images/banner/logo.png)</a> 
          
          
          1 Reply Last reply Reply Quote 0
          • A Offline
            augum
            last edited by

            Hallo,

            danke für die schnelle Antwort. Könntest du noch bitte die Dateinamen mit Pfad reinschreiben.

            Danke

            1 Reply Last reply Reply Quote 0
            • A Offline
              armbrust
              last edited by

              Die stehen doch da???
              "I-Doit-Verzeichnis"/src/themes/default/images/banner/logo.png
              "I-Doit-Verzeichnis"/images/banner/logo.gif

              1 Reply Last reply Reply Quote 0
              • A Offline
                augum
                last edited by

                Danke.

                eigentlich habe ich die Dateien gemeint in denen es steht:

                idoit/src/themes/default/smarty/templates/top.tpl
                idoit/src/themes/default/css/login.css

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post