From 5bdfc2f64780abd36d889dc0bbe52026b768631b Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 16 Sep 2014 18:56:34 -0300 Subject: Fix name attribute of button elements so jquery '.submit()' doesn't break According to "Additional notes" in: http://api.jquery.com/submit/ Not fixing buttons created with 'input' tags. --- view/tpl/jot.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c4fdba0f5..c51dc02a5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -85,7 +85,7 @@ {{/if}} - +
-- cgit v1.2.3 From 55a937375df5b21da7cece5ec4b4cb5deb49245b Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 7 Oct 2014 02:47:06 -0300 Subject: datetimepicker data-format now data-date-format --- view/tpl/jot.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c51dc02a5..be896adb5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -112,7 +112,7 @@ - +
-- cgit v1.2.3 From 1a445a17d8cc7c2877fe331c659abbefbc4164ad Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 5 Nov 2014 17:19:46 +0100 Subject: Fix duplicate element id --- view/tpl/jot.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index be896adb5..12da18ef1 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -42,7 +42,7 @@ {{/if}} @@ -85,7 +85,7 @@ {{/if}} - +
-- cgit v1.2.3 From e190adc58980c12c6dffb21dae57194aad354e3c Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 17 Nov 2014 16:51:46 +0100 Subject: Use new date selector for item expiry --- view/tpl/jot.tpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 29dc41525..c77d49a74 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -108,12 +108,7 @@
{{if $showacl}} - {{/if}} @@ -85,7 +85,7 @@ {{/if}} - +
-- cgit v1.2.3 From d65ad03aec49f91e308d951dae0b5c28f3549adb Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 8 Dec 2014 22:37:02 +0100 Subject: Put some spacing between share types and other buttons in jot --- view/tpl/jot.tpl | 62 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 28 deletions(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index f172a6dfa..826a3dd38 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -36,40 +36,46 @@
-
+
{{if $visitor}} - - - - - - - +
+ + + + + +
+
+ + + {{else}} +
{{/if}} {{if $feature_expire}} - + {{/if}} {{if $feature_encrypt}} - + {{/if}} +
-- cgit v1.2.3 From 242713ebef71e0e2b6b1666f7c2400b26772ba2d Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 9 Dec 2014 15:09:19 +0100 Subject: show clear browser location button only if use browser location option is set and minor css fixes --- view/tpl/jot.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 826a3dd38..8d6b5ff91 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -56,12 +56,14 @@
- + {{if $noloc}} + + {{/if}} {{else}}
{{/if}} -- cgit v1.2.3 From cc365513edc0ea7829e44a7854a47f3fcf8a17d1 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 9 Dec 2014 15:22:53 +0100 Subject: adjustment to clear browser location button only if use browser location option is set --- view/tpl/jot.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 8d6b5ff91..34acce879 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -60,7 +60,7 @@ {{if $noloc}} - {{/if}} -- cgit v1.2.3 From aa73259a479d36394cf298979dc260030062ee70 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 21 Dec 2014 12:42:07 +0100 Subject: Fancy categories input with bootstrap-tagsinput --- view/tpl/jot.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/tpl/jot.tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 34acce879..00ef77d93 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -19,17 +19,17 @@ {{$id_seltext}} {{$id_select}}
{{/if}} -
- + {{if $catsenabled}} -
- + {{/if}} {{if $webpage}} -
- + {{/if}}
-- cgit v1.2.3