Browse Source

[svn r22269] Adding CSS style and an admin option (partial) see FS#4320

Julio Montoya 15 years ago
parent
commit
b692d1afdf

+ 5 - 1
main/admin/index.php

@@ -1,4 +1,4 @@
-<?php // $Id: index.php 21359 2009-06-11 00:13:22Z ivantcholakov $
+<?php // $Id: index.php 22269 2009-07-21 15:06:15Z juliomontoya $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -163,6 +163,10 @@ if(api_is_platform_admin()) {
 	  if (get_setting('allow_reservation')=='true') {
 		  	echo '<li><a href="../reservation/m_category.php">'.get_lang('BookingSystem').'</a></li>';
 	  }
+	  
+  	  if (get_setting('allow_terms_conditions')=='true') {
+		  	echo '<li><a href="legal_add.php">'.get_lang('TermsAndConditions').'</a></li>';
+	  }
 		
 	  ?>
 	 </ul>

+ 8 - 1
main/css/academica/default.css

@@ -2051,4 +2051,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 7 - 1
main/css/baby_orange/default.css

@@ -2049,4 +2049,10 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/blue_lagoon/default.css

@@ -2497,4 +2497,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/cool_blue/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 7 - 1
main/css/corporate/default.css

@@ -2060,4 +2060,10 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/cosmic_campus/default.css

@@ -2076,4 +2076,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/delicious_bordeaux/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/dokeos_blue/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/dokeos_classic/default.css

@@ -2791,4 +2791,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 7 - 1
main/css/dokeos_classic_2D/default.css

@@ -2832,4 +2832,10 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/empire_green/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/fruity_orange/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/medical/default.css

@@ -2746,4 +2746,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/public_admin/default.css

@@ -2795,4 +2795,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/silver_line/default.css

@@ -2467,4 +2467,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/sober_brown/default.css

@@ -2811,4 +2811,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/steel_grey/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}

+ 8 - 1
main/css/tasty_olive/default.css

@@ -2497,4 +2497,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}