minor correction and typo
This commit is contained in:
parent
c080c420ba
commit
d02162ee83
@ -3,7 +3,8 @@
|
|||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-item-tools {
|
.photo-item-tools-left,
|
||||||
|
.photo-item-tools-right {
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
{{$edit.aclselect}}
|
{{$edit.aclselect}}
|
||||||
<div id="settings-default-perms-menu-end"></div>
|
<div id="settings-default-perms-menu-end"></div>
|
||||||
</div>
|
</div>
|
||||||
< <br/>
|
<br/>
|
||||||
<div id="settings-default-perms-end"></div>
|
<div id="settings-default-perms-end"></div>
|
||||||
<input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}">
|
<input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}">
|
||||||
<input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
|
<input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
|
||||||
@ -82,17 +82,16 @@
|
|||||||
<div id="photo-photo-end"></div>
|
<div id="photo-photo-end"></div>
|
||||||
|
|
||||||
<div class="photo-item-tools">
|
<div class="photo-item-tools">
|
||||||
<div class="photo-item-tools-left pull-left">
|
|
||||||
{{if $tags}}
|
{{if $tags}}
|
||||||
|
<div class="photo-item-tools-left pull-left">
|
||||||
<div id="in-this-photo">
|
<div id="in-this-photo">
|
||||||
<span id="in-this-photo-text">{{$tag_hdr}}</span>
|
<span id="in-this-photo-text">{{$tag_hdr}}</span>
|
||||||
{{foreach $tags as $t}}
|
{{foreach $tags as $t}}
|
||||||
{{$t.0}}{{if $edit}}<span id="tag-remove"> <a href="{{$t.1}}"><i class="icon-remove"></i></a> </span>{{/if}}
|
{{$t.0}}{{if $edit}}<span id="tag-remove"> <a href="{{$t.1}}"><i class="icon-remove"></i></a> </span>{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{if $likebuttons}}
|
{{if $likebuttons}}
|
||||||
<div class="photo-item-tools-right btn-group pull-right">
|
<div class="photo-item-tools-right btn-group pull-right">
|
||||||
|
Reference in New Issue
Block a user