use config var in settings form
This commit is contained in:
parent
9ceda398ae
commit
9815d63352
3 changed files with 3 additions and 2 deletions
|
@ -198,7 +198,7 @@
|
|||
|
||||
<h3 class="settings-heading"><a href="javascript:;">{{$importcontact}}</a></h3>
|
||||
<div class="settings-content-block">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="30720" />
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="{{$importcontact_maxsize}}" />
|
||||
<div id="settings-pagetype-desc">{{$importcontact_text}}</div>
|
||||
<input type="file" name="importcontact-filename" />
|
||||
|
||||
|
|
|
@ -283,7 +283,7 @@
|
|||
<div class="section-content-tools-wrapper">
|
||||
|
||||
<div id="importcontact-relocate-desc">{{$importcontact_text}}</div>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="30720" />
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="{{$importcontact_maxsize}}" />
|
||||
<input type="file" name="importcontact-filename" />
|
||||
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue