streams/view/tpl/sources_edit.tpl

26 lines
677 B
Smarty
Raw Normal View History

<div class="generic-content-wrapper-styled">
2013-09-30 01:18:05 +00:00
<h1>{{$title}}</h1>
<div class="descriptive-text">{{$desc}}</div>
<form action="sources" method="post">
<input type="hidden" name="source" value="{{$id}}" />
2013-12-16 04:59:52 +00:00
<input type="hidden" id="id_abook" name="abook" value="{{$abook}}" />
2013-09-30 01:18:05 +00:00
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$tags}}
{{include file="field_checkbox.tpl" field=$resend}}
2013-09-30 01:18:05 +00:00
{{include file="field_textarea.tpl" field=$words}}
<div class="sources-submit-wrapper" >
<input type="submit" name="submit" class="sources-submit" value="{{$submit}}" />
</div>
</form>
<br />
<br />
<a href="sources/{{$id}}/drop">{{$drop}}</a>
</div>
2013-09-30 01:18:05 +00:00