Lines 186-192
Link Here
|
186 |
<input type="hidden" name="frameworkcode" value="default" /> |
186 |
<input type="hidden" name="frameworkcode" value="default" /> |
187 |
<input type="hidden" name="action" value="import" /> |
187 |
<input type="hidden" name="action" value="import" /> |
188 |
<p><label for="file_import_default">Upload file:</label> <input type="file" name="file_import_default" id="file_import_default" class="input_import" /></p> |
188 |
<p><label for="file_import_default">Upload file:</label> <input type="file" name="file_import_default" id="file_import_default" class="input_import" /></p> |
189 |
<div id="importing_default" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div> |
189 |
<div id="importing_default" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div> |
190 |
</div> |
190 |
</div> |
191 |
<div class="modal-footer"> |
191 |
<div class="modal-footer"> |
192 |
<button type="submit" class="btn">Import</button> |
192 |
<button type="submit" class="btn">Import</button> |
Lines 249-255
Link Here
|
249 |
<input type="hidden" name="frameworkcode" value="[% loo.frameworkcode %]" /> |
249 |
<input type="hidden" name="frameworkcode" value="[% loo.frameworkcode %]" /> |
250 |
<input type="hidden" name="action" value="import" /> |
250 |
<input type="hidden" name="action" value="import" /> |
251 |
<p><label for="file_import_[% loo.frameworkcode %]">Upload file:</label> <input type="file" name="file_import_[% loo.frameworkcode %]" id="file_import_[% loo.frameworkcode %]" class="input_import" /></p> |
251 |
<p><label for="file_import_[% loo.frameworkcode %]">Upload file:</label> <input type="file" name="file_import_[% loo.frameworkcode %]" id="file_import_[% loo.frameworkcode %]" class="input_import" /></p> |
252 |
<div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div> |
252 |
<div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div> |
253 |
</div> |
253 |
</div> |
254 |
<div class="modal-footer"> |
254 |
<div class="modal-footer"> |
255 |
<button type="submit" class="btn">Import</button> |
255 |
<button type="submit" class="btn">Import</button> |