diff options
author | Sebastian Egbers <sebastian@egbers.info> | 2012-06-25 13:59:39 +0200 |
---|---|---|
committer | Sebastian Egbers <sebastian@egbers.info> | 2012-06-25 13:59:39 +0200 |
commit | 020deedd7c68ce016b65056062d85567c91c3d37 (patch) | |
tree | b07a71b2d57d5dfae527ab9e2a6f42423bc8b327 /view/photos_upload.tpl | |
parent | cbf1cab0da2b67c8a88f301ce9ce6b83db27ec0b (diff) | |
parent | 7ea5917bf794c431fe304fa25380f19a6927cf63 (diff) | |
download | volse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.tar.gz volse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.tar.bz2 volse-hubzilla-020deedd7c68ce016b65056062d85567c91c3d37.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/photos_upload.tpl')
-rw-r--r-- | view/photos_upload.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl index 318a92427..706b3398d 100644 --- a/view/photos_upload.tpl +++ b/view/photos_upload.tpl @@ -1,4 +1,7 @@ <h3>$pagename</h3> + +<div id="photos-usage-message">$usage</div> + <form action="photos/$nickname" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > <div id="photos-upload-new-wrapper" > <div id="photos-upload-newalbum-div"> |