[svn r18149] fix some text

skala
Juan Carlos Raña 16 years ago
parent fc0f333ebd
commit cacdb39677
  1. 4
      main/admin/configure_homepage.php

@ -1,4 +1,4 @@
<?php // $Id: configure_homepage.php 18117 2009-02-01 15:24:40Z ivantcholakov $
<?php // $Id: configure_homepage.php 18149 2009-02-02 16:04:18Z herodoto $
/*
===== =========================================================================
Dokeos - elearning and course management software
@ -824,7 +824,7 @@ switch($action){
</td>
<td width="20%">
<div class="actions">
<a href="<?php echo api_get_self(); ?>?action=insert_link"><?php Display::display_icon('insert_row.png'); ?></a> <a href="<?php echo api_get_self(); ?>?action=insert_link"/><?php echo get_lang('InsertLink'); ?></a>
<a href="<?php echo api_get_self(); ?>?action=insert_link"><?php Display::display_icon('insert_row.png', get_lang('InsertLink')); ?></a> <a href="<?php echo api_get_self(); ?>?action=insert_link"/><?php echo get_lang('InsertLink'); ?></a>
</div>
</td>
</tr>

Loading…
Cancel
Save