modify upload path
This commit is contained in:
parent
3167a67ca3
commit
763c461992
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
</ol>
|
||||
</section>
|
||||
<section class="content">
|
||||
<la:form action="/admin/dict/kuromoji/"
|
||||
<la:form action="/admin/dict/kuromoji/upload"
|
||||
enctype="multipart/form-data">
|
||||
<la:hidden property="dictId" />
|
||||
<div class="row">
|
||||
|
@ -87,7 +87,7 @@
|
|||
</div>
|
||||
<!-- /.box-body -->
|
||||
<div class="box-footer">
|
||||
<button type="submit" class="btn btn-success" name="upload"
|
||||
<button type="submit" class="btn btn-success"
|
||||
value="<la:message key="labels.dict_kuromoji_button_upload" />">
|
||||
<i class="fa fa-upload"></i>
|
||||
<la:message key="labels.dict_kuromoji_button_upload" />
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</ol>
|
||||
</section>
|
||||
<section class="content">
|
||||
<la:form action="/admin/dict/synonym/" enctype="multipart/form-data">
|
||||
<la:form action="/admin/dict/synonym/upload" enctype="multipart/form-data">
|
||||
<la:hidden property="dictId" />
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
@ -86,7 +86,7 @@
|
|||
</div>
|
||||
<!-- /.box-body -->
|
||||
<div class="box-footer">
|
||||
<button type="submit" class="btn btn-success" name="upload"
|
||||
<button type="submit" class="btn btn-success"
|
||||
value="<la:message key="labels.dict_synonym_button_upload" />">
|
||||
<i class="fa fa-upload"></i>
|
||||
<la:message key="labels.dict_synonym_button_upload" />
|
||||
|
|
Loading…
Add table
Reference in a new issue