aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-05 20:01:42 -0700
committerFriendika <info@friendika.com>2011-10-05 20:01:42 -0700
commitecd714ae54520fb55b54407b5022b6ac7922f514 (patch)
tree9545745b2f1105f9c80471c9383da0a87e550a29 /view
parent7d6a67f9032295dc677e2aa6c0648938a3cf3199 (diff)
downloadvolse-hubzilla-ecd714ae54520fb55b54407b5022b6ac7922f514.tar.gz
volse-hubzilla-ecd714ae54520fb55b54407b5022b6ac7922f514.tar.bz2
volse-hubzilla-ecd714ae54520fb55b54407b5022b6ac7922f514.zip
provide ability to repair contact photo
Diffstat (limited to 'view')
-rw-r--r--view/crepair.tpl4
-rw-r--r--view/theme/duepuntozero/style.css2
2 files changed, 6 insertions, 0 deletions
diff --git a/view/crepair.tpl b/view/crepair.tpl
index c73fd0fdf..94472d448 100644
--- a/view/crepair.tpl
+++ b/view/crepair.tpl
@@ -31,6 +31,10 @@
<input type="text" id="crepair-poll" name="poll" value="$poll" />
<div class="clear"></div>
+<label id="crepair-photo-label" for="crepair-photo">$label_photo</label>
+<input type="text" id="crepair-photo" name="photo" value="" />
+<div class="clear"></div>
+
<input type="submit" name="submit" value="$lbl_submit" />
</form>
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index bdd324c94..d488ed7e2 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2474,6 +2474,7 @@ a.mail-list-link {
#crepair-request-label,
#crepair-confirm-label,
#crepair-notify-label,
+#crepair-photo-label,
#crepair-poll-label {
float: left;
width: 200px;
@@ -2486,6 +2487,7 @@ a.mail-list-link {
#crepair-request,
#crepair-confirm,
#crepair-notify,
+#crepair-photo,
#crepair-poll {
float: left;
width: 300px;