Ver Fonte

[svn r17685] Adding the Booking System images (a.k.a Reservation 2 extension) FS#821

Julio Montoya há 16 anos atrás
pai
commit
ac4249cb5e

+ 12 - 1
main/admin/index.php

@@ -1,4 +1,4 @@
-<?php // $Id: index.php 17660 2009-01-12 17:59:35Z yannoo $
+<?php // $Id: index.php 17685 2009-01-13 18:13:56Z juliomontoya $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -247,6 +247,17 @@ if(api_is_platform_admin()){
  </ul>
 </div>
 <?php
+	if (get_setting('allow_reservation')=="true") 
+	{
+	?>
+		<div class="admin_section">
+		<h4><img src="../img/settings.gif" border="0" style="vertical-align: middle;" alt="" /> <?php echo ucfirst(get_lang('BookingSystem')); ?></h4>
+		<ul>
+		<li><a href="../reservation/m_category.php"><?php echo get_lang('AdminRCategories'); ?></a></li>
+		</ul>
+		</div>
+	<?php
+	}
 }
 
 /**

BIN
main/img/cube.png


BIN
main/img/px_black.gif


BIN
main/img/px_blue.gif


BIN
main/img/px_green.gif


BIN
main/img/px_grey.gif


BIN
main/img/px_orange.gif


BIN
main/img/px_purple.gif


BIN
main/img/px_red.gif


BIN
main/img/px_yellow.gif