aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-21 23:08:54 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-21 23:08:54 +0200
commite58e8f3f75ce2119698fb59bda55a5fbea9dda2a (patch)
tree4e6bffce8ed8b1369d05c5a75327fea6a2ee68ba /view
parent21704ecb93e293f39d0228ae0d9765f37af8d99e (diff)
downloadvolse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.tar.gz
volse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.tar.bz2
volse-hubzilla-e58e8f3f75ce2119698fb59bda55a5fbea9dda2a.zip
bring lockstate to webpages
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_webpages.css8
-rw-r--r--view/tpl/webpagelist.tpl3
2 files changed, 7 insertions, 4 deletions
diff --git a/view/css/mod_webpages.css b/view/css/mod_webpages.css
index 075b789b8..d88657c69 100644
--- a/view/css/mod_webpages.css
+++ b/view/css/mod_webpages.css
@@ -15,14 +15,14 @@
padding: 7px 3px 7px 10px;
}
-#webpage-list-table th:nth-child(6),
-#webpage-list-table td:nth-child(6){
+#webpage-list-table th:nth-child(7),
+#webpage-list-table td:nth-child(7){
padding: 7px 3px;
white-space: nowrap;
}
-#webpage-list-table th:nth-child(7),
-#webpage-list-table td:nth-child(7){
+#webpage-list-table th:nth-child(8),
+#webpage-list-table td:nth-child(8){
padding: 7px 10px 7px 7px;
white-space: nowrap;
}
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl
index 2c79a496d..591dc8eb7 100644
--- a/view/tpl/webpagelist.tpl
+++ b/view/tpl/webpagelist.tpl
@@ -21,6 +21,7 @@
<th width="1%"></th>
<th width="1%"></th>
<th width="1%"></th>
+ <th width="1%"></th>
<th width="1%" class="hidden-xs">{{$created_txt}}</th>
<th width="1%" class="hidden-xs">{{$edited_txt}}</th>
</tr>
@@ -38,6 +39,8 @@
{{$item.title}}
</td>
<td class="webpage-list-tool">
+ {{if $item.lockstate=='lock'}}<i class="icon-lock dropdown-toggle lockview" data-toggle="dropdown" onclick="lockview('item',{{$item.url}});" ></i><ul id="panel-{{$item.url}}" class="lockview-panel dropdown-menu"></ul>{{/if}}
+ <td class="webpage-list-tool">
{{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil"></i></a>{{/if}}
</td>
<td class="webpage-list-tool">