rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 1d8bdfc0ca531cfdd6b260bb2fa0000ebdc9e969
parent 6c7138e4dc9ce4dd3a739e18befd3b2b6b977356
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  1 Apr 2015 18:45:42 +0200

some design changes

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
Mthemes/jumbotron/index.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -283,7 +283,7 @@ foreach($langs as $prio => $lang) { <div class="col-md-4"> <h2>'.$name_themes.'</h2> <form action="."> - <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%""> + <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%" class="form-control"> <option value="leer" selected="selected">[ bitte auswählen! ]</option> <option value="leer">------------------------</option>'; foreach($dirs as $dir){ diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -326,7 +326,7 @@ if ($root_3[1] == 'core') { <div class="col-md-4"> <h2>'.$name_themes.'</h2> <form action="."> - <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%""> + <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%" class="form-control"> <option value="leer" selected="selected">[ bitte auswählen! ]</option> <option value="leer">------------------------</option>'; foreach($dirs as $dir){