From 76ed2e494b220780d8e247f9348f8f09a9d5fee8 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 19 Feb 2008 14:43:00 +0000 Subject: Interface fix: add a link to last editor profile in common description. Don't count a change if a user saves with no modifications. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@46 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarkcommondescriptionedit.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/bookmarkcommondescriptionedit.tpl.php') diff --git a/templates/bookmarkcommondescriptionedit.tpl.php b/templates/bookmarkcommondescriptionedit.tpl.php index c1723de..39f20ae 100644 --- a/templates/bookmarkcommondescriptionedit.tpl.php +++ b/templates/bookmarkcommondescriptionedit.tpl.php @@ -25,9 +25,9 @@ window.onload = function() { 0) { - echo T_('Last modification: ').$description['cdDatetime'].', '; + echo T_('Last modification:').' '.$description['cdDatetime'].', '; $lastUser = $userservice->getUser($description['uId']); - echo $lastUser['username']; + echo ''.$lastUser['username'].''; } ?> -- cgit v1.2.3