Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
3a108168c7
@ -132,7 +132,7 @@ if(! $a->install) {
|
|||||||
if (! $font_size)
|
if (! $font_size)
|
||||||
$font_size = "1.0em";
|
$font_size = "1.0em";
|
||||||
if (! $body_font_size)
|
if (! $body_font_size)
|
||||||
$body_font_size = "14px";
|
$body_font_size = "12pt";
|
||||||
if (! $font_colour)
|
if (! $font_colour)
|
||||||
$font_colour = "#4d4d4d";
|
$font_colour = "#4d4d4d";
|
||||||
if (! $selected_active_colour)
|
if (! $selected_active_colour)
|
||||||
|
@ -75,12 +75,11 @@
|
|||||||
<div id="photo-edit-end"></div>
|
<div id="photo-edit-end"></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
|
|
||||||
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post">
|
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post">
|
||||||
<input id="photo-photo-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
|
<input id="photo-photo-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
|
||||||
</form>
|
</form>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{if $likebuttons}}
|
{{if $likebuttons}}
|
||||||
<div id="photo-like-div">
|
<div id="photo-like-div">
|
||||||
|
Reference in New Issue
Block a user