|
|
|
@ -521,7 +521,7 @@ if ($form->validate()) { |
|
|
|
|
// actions |
|
|
|
|
echo '<div class="actions">'; |
|
|
|
|
// link back to the documents overview |
|
|
|
|
echo '<a href="document.php?curdirpath='.Security::remove_XSS($_GET['dir']).'">'.Display::return_icon('back.png',get_lang('Back').' '.get_lang('To').' '.get_lang('DocumentsOverview')).get_lang('Back').' '.get_lang('To').' '.get_lang('DocumentsOverview').'</a>'; |
|
|
|
|
echo '<a href="document.php?curdirpath='.Security::remove_XSS($_GET['dir']).'">'.Display::return_icon('back.png',get_lang('Back').' '.get_lang('To').' '.get_lang('DocumentsOverview')).get_lang('BackTo').' '.get_lang('DocumentsOverview').'</a>'; |
|
|
|
|
echo '</div>'; |
|
|
|
|
$form->display(); |
|
|
|
|
Display :: display_footer(); |
|
|
|
|