updated: embed upload plugin
This commit is contained in:
parent
60c90e4244
commit
6ab538796f
1 changed files with 4 additions and 6 deletions
|
@ -110,7 +110,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pad-bottom-sm text-right">
|
<div class="pad-bottom-sm text-right">
|
||||||
<button class="btn btn-primary btn-lg">Submit Now</button>
|
<input name="submit_upload" type="hidden" value="just_do_it">
|
||||||
|
<input type="button" name="embed_upload" id="embed_upload" value="Upload" onClick="check_embed_code('{$objId}')" class="btn btn-primary btn-lg"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,10 +129,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<input name="submit_upload" type="hidden" value="just_do_it">
|
|
||||||
<div>
|
|
||||||
<input type="button" name="embed_upload" id="embed_upload" value="Upload" onClick="check_embed_code('{$objId}')" class="btn btn-primary"/>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue