mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Fixing the (currently hard-coded) form action to add media from tinymce
--HG-- branch : dev
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<script type="text/javascript" src="js/addmedia.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form action="/Admin/Media/Create" method="post">
|
||||
<form action="/Admin/Media/Add" enctype="multipart/form-data" method="post">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li id="general_tab" class="current"><span><a href="#general_tab">{#addmedia_dlg.title}</a></span></li>
|
||||
|
Reference in New Issue
Block a user