Audon audioplayer App #1414
1 changed files with 2 additions and 0 deletions
Dateien hochladen nach „audon/templates“
commit
38b2700e50
2
audon/templates/admin.tpl
Normal file
2
audon/templates/admin.tpl
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{{include file="field_input.tpl" field=$audonurl}}
|
||||||
|
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||||
loma-one marked this conversation as resolved
Outdated
|
Loading…
Add table
Add a link
Reference in a new issue
Please use a
<button>
element instead, since you aren't checking the value ofpage_site
, you can omit thename
andvalue
attribute.