From 834044b15bf4cd3f436f065449cbc0ed76b4de93 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 15 Apr 2015 09:20:27 +0200 Subject: title=>name --- view/tpl/jot.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index ed1d1e35f..927b3a5b9 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -19,6 +19,11 @@ {{$id_seltext}} {{$id_select}} {{/if}} + {{if $webpage}} + + {{/if}} @@ -27,11 +32,6 @@ {{/if}} - {{if $webpage}} - - {{/if}}
-- cgit v1.2.3 From 324fd61d7f076b621bef356a1cf1af808ad03db4 Mon Sep 17 00:00:00 2001 From: mrjive Date: Wed, 15 Apr 2015 12:59:22 +0200 Subject: Added string for item ID in view source --- view/it/strings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'view') diff --git a/view/it/strings.php b/view/it/strings.php index dce82adab..daa7ccf2d 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -2127,3 +2127,4 @@ $a->strings["Website SSL certificate is not valid. Please correct."] = "Il certi $a->strings["[red] Website SSL error for %s"] = "[red] Errore SSL %s "; $a->strings["Cron/Scheduled tasks not running."] = "Processi/cron non avviati."; $a->strings["[red] Cron tasks not running on %s"] = "[red] Processi non avviati su %s"; +$a->strings["Source of Item"] = "Sorgente dell'Elemento"; -- cgit v1.2.3