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

skala
Julio Montoya 17 years ago
parent 0820b22adf
commit ac4249cb5e
  1. 13
      main/admin/index.php
  2. BIN
      main/img/cube.png
  3. BIN
      main/img/px_black.gif
  4. BIN
      main/img/px_blue.gif
  5. BIN
      main/img/px_green.gif
  6. BIN
      main/img/px_grey.gif
  7. BIN
      main/img/px_orange.gif
  8. BIN
      main/img/px_purple.gif
  9. BIN
      main/img/px_red.gif
  10. BIN
      main/img/px_yellow.gif

@ -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
}
}
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Loading…
Cancel
Save