diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-17 17:44:31 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-17 17:44:31 -0700 |
commit | 6ab20eb1b50da91ba35911fea8b09f2ef8e461fd (patch) | |
tree | 1c19bb5b412562a7ca33a97ff19c5aac156f8016 /view | |
parent | c6c17182e5c8d48e2ac16039a92df1cf4596fd88 (diff) | |
download | volse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.tar.gz volse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.tar.bz2 volse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.zip |
lots of work on merging photo and file albums/folders
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index eb497bbb5..ab62ede45 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -23,6 +23,9 @@ {{include file="field_input.tpl" field=$defloc}} {{include file="field_checkbox.tpl" field=$allowloc}} {{include file="field_checkbox.tpl" field=$adult}} + {{include file="field_input.tpl" field=$photo_path}} + {{include file="field_input.tpl" field=$attach_path}} + <div class="settings-submit-wrapper" > <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </div> |