Add close button to document manage popup #2478

This commit is contained in:
Kijin Sung 2025-02-13 22:32:16 +09:00
parent 1aac6f8a41
commit 651fa56c4f
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,7 @@
<input type="hidden" name="type" value="" />
<div class="x_modal-header">
<h1>{$lang->cmd_manage_document}</h1>
<a class="close_window" href="javascript:window.close()">&times;</a>
</div>
<div class="x_modal-body x_form-horizontal" style="max-height:none">
<!--@if(count($document_list)==0)-->
@ -75,4 +76,4 @@ jQuery(function($){
doGetCategoryFromModule({$module_srl});
<!--@end-->
});
</script>
</script>