hid the file deletion agreement division when not logged in

This commit is contained in:
hyung-hwan 2015-09-07 10:42:44 +00:00
parent 9a49a20c6d
commit c0126a059e

View File

@ -260,11 +260,15 @@ $this->load->view (
</div> <!-- file_show_mainarea_result -->
<?php if (isset($login['id']) && $login['id'] != ''): ?>
<div id='file_show_mainarea_delete_form_div'>
<input type='checkbox' id='file_show_mainarea_delete_confirm' />
<?php print $this->lang->line('MSG_SURE_TO_DELETE_THIS') . ' - ' . htmlspecialchars($file->name); ?>
</div>
<?php endif; ?>
<div id='file_show_mainarea_alert'></div>
</div> <!-- file_show_mainarea -->