diff options
author | redmatrix <git@macgirvin.com> | 2016-05-01 22:45:38 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-01 22:45:38 -0700 |
commit | a10fe5f13e67faa33a72caa33c49c36113213ffe (patch) | |
tree | e48c4e25990516fb6fde181bfe693b29da5cd070 /view/tpl/sources_edit.tpl | |
parent | bd2f11ed8b0be4fb611c33e85b568048f79b7090 (diff) | |
download | volse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.tar.gz volse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.tar.bz2 volse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.zip |
a couple of bugfixes from earlier checkins and implementation of source tags
Diffstat (limited to 'view/tpl/sources_edit.tpl')
-rw-r--r-- | view/tpl/sources_edit.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/sources_edit.tpl b/view/tpl/sources_edit.tpl index a5b384ca3..61f6e8cb0 100644 --- a/view/tpl/sources_edit.tpl +++ b/view/tpl/sources_edit.tpl @@ -7,6 +7,7 @@ <input type="hidden" name="source" value="{{$id}}" /> <input type="hidden" id="id_abook" name="abook" value="{{$abook}}" /> {{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$tags}} {{include file="field_textarea.tpl" field=$words}} <div class="sources-submit-wrapper" > |