mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add close button to document manage popup #2478
This commit is contained in:
parent
1aac6f8a41
commit
651fa56c4f
2 changed files with 12 additions and 1 deletions
|
|
@ -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()">×</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue