aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-25 01:37:44 -0700
committerfriendica <info@friendica.com>2012-06-25 01:37:44 -0700
commit35a098e0dc7940974132d8d65bbc4418d92fb204 (patch)
tree3f49c1497c38c54b50dacbafc04933aa16cfb28a /view
parentad6c82bdea11e4c35284e18608f78ad4c355405d (diff)
downloadvolse-hubzilla-35a098e0dc7940974132d8d65bbc4418d92fb204.tar.gz
volse-hubzilla-35a098e0dc7940974132d8d65bbc4418d92fb204.tar.bz2
volse-hubzilla-35a098e0dc7940974132d8d65bbc4418d92fb204.zip
service limits for photo uploads
Diffstat (limited to 'view')
-rw-r--r--view/photos_upload.tpl3
-rw-r--r--view/theme/duepuntozero/style.css3
2 files changed, 6 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">
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index de366210b..ea3a2da9c 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1644,6 +1644,9 @@ input#dfrn-url {
display:block!important;
}
+#photos-usage-message {
+ margin-bottom: 15px;
+}
#acl-wrapper {