From b1c97dfcfd80263f94733d0ec6c357eebc5a57da Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Mar 2017 10:47:30 +0100 Subject: some sed magic on button class names --- view/tpl/nwiki_page_history.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/nwiki_page_history.tpl') diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl index d99f83863..5d95ce105 100644 --- a/view/tpl/nwiki_page_history.tpl +++ b/view/tpl/nwiki_page_history.tpl @@ -46,10 +46,10 @@ Date{{$commit.date}} {{if $permsWrite}} - +

{{/if}} - + {{$name_lbl}}{{$commit.name}} {{$msg_label}}{{$commit.title}} -- cgit v1.2.3 From 700c05a55bab34c40f24fbe4f83a0fa9882559b2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 13 Mar 2017 16:34:23 +0100 Subject: many class fixes and revive shiny class for item titles in a new way --- view/tpl/nwiki_page_history.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/tpl/nwiki_page_history.tpl') diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl index 5d95ce105..b1c6c9284 100644 --- a/view/tpl/nwiki_page_history.tpl +++ b/view/tpl/nwiki_page_history.tpl @@ -39,10 +39,10 @@ background:rgb(224,255,224); } - +
{{foreach $pageHistory as $commit}} -
- +
+
Date{{$commit.date}} {{if $permsWrite}} -- cgit v1.2.3