summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
commit208c76fcb2f597d22d4339227b88099f91305522 (patch)
tree0e1f4a8612d7a95887abbbc404749ffb5d9b0f07 /www-ssl
parent54aa90e6414b2e23d02915495b66d64e8ba6e286 (diff)
html5, css rewrite
Diffstat (limited to 'www-ssl')
-rw-r--r--www-ssl/admin/schichtplan.1.php6
-rw-r--r--www-ssl/nonpublic/einstellungen.php1
2 files changed, 4 insertions, 3 deletions
diff --git a/www-ssl/admin/schichtplan.1.php b/www-ssl/admin/schichtplan.1.php
index 30761390..fe8c0384 100644
--- a/www-ssl/admin/schichtplan.1.php
+++ b/www-ssl/admin/schichtplan.1.php
@@ -1,5 +1,5 @@
-<h4 class="menu"> Schichtplan </h4>
-
+<h4>Schichtplan</h4>
+<ul class="content">
<li><a href="./schichtplan.php">Ein-/Austragen</a></li>
<li><a href="./schichtplan_druck.php">Druckversion</a></li>
-
+</ul> \ No newline at end of file
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php
index 81dda869..713425bb 100644
--- a/www-ssl/nonpublic/einstellungen.php
+++ b/www-ssl/nonpublic/einstellungen.php
@@ -128,6 +128,7 @@ if (!isset ($_POST["action"])) {
<option <?php if($_SESSION['color'] == 8) { echo "selected"; } ?> value="8">Pastel Style</option>
<option <?php if($_SESSION['color'] == 4) { echo "selected"; } ?> value="4">Test Style</option>
<option <?php if($_SESSION['color'] == 9) { echo "selected"; } ?> value="9">Test Style 21c3 </option>
+ <option <?php if($_SESSION['color'] == 10) { echo "selected"; } ?> value="10">msquare (cccamp2011)</option>
</select>
</td>
</tr>