mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
menu의 버튼이미지를 직접 업로드 가능하도록 하고 menu의 값중 link라는 값을 사용시 등록된 이미지 정보를 그대로 사용할수 있도록 수정. 메뉴들의 재컴파일 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3579 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8578efa48f
commit
bdbeea29df
14 changed files with 258 additions and 25 deletions
10
modules/menu/tpl/menu_file_uploaded.html
Normal file
10
modules/menu/tpl/menu_file_uploaded.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!--@if($error_message)-->
|
||||
<script type="text/javascript">
|
||||
alert("{$error_message}");
|
||||
</script>
|
||||
<!--@else-->
|
||||
<script type="text/javascript">
|
||||
top.completeMenuUploadButton("{$target}", "{$filename}");
|
||||
</script>
|
||||
<!--@end-->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue