[pLog-svn] r4699 - in plog/branches/lifetype-1.2: locale templates/admin

reto at devel.lifetype.net reto at devel.lifetype.net
Thu Feb 8 16:11:56 EST 2007


Author: reto
Date: 2007-02-08 16:11:56 -0500 (Thu, 08 Feb 2007)
New Revision: 4699

Modified:
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
   plog/branches/lifetype-1.2/templates/admin/newlink.template
Log:
missing locale and plog->lifetype


Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-02-08 19:48:03 UTC (rev 4698)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-02-08 21:11:56 UTC (rev 4699)
@@ -1244,6 +1244,8 @@
 $messages['help_default_global_article_category_id'] = 'Identifier of the default global article category [ Default = empty ]';
 $messages['help_blog_does_not_exist_url'] = 'URL where users will be forwarded when they attempt to reach a blog that does not exist in this site, instead of being forwarded to the site\'s default blog [ Default = empty ]';
 
+$messages['bookmark_it_to_lifetype'] = 'Bookmark it to LifeType!';
+
 /* strings for /default/ templates */
 $messages['form_authenticated'] = 'Authenticated';
 

Modified: plog/branches/lifetype-1.2/templates/admin/newlink.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/newlink.template	2007-02-08 19:48:03 UTC (rev 4698)
+++ plog/branches/lifetype-1.2/templates/admin/newlink.template	2007-02-08 21:11:56 UTC (rev 4699)
@@ -59,7 +59,7 @@
         <div class="field">
         	<label for="bookmarklet">{$locale->tr("bookmarklet")}</label>
         	<div class="formHelp">{$locale->tr("bookmarklet_help")}</div>
-        	<a href="javascript:void(plogbm=window.open('{$url->getAdminUrl()}?op=newLink&linkName='+encodeURIComponent(document.title)+'&linkUrl='+encodeURIComponent(location.href),'plogbm','toolbar=1,status=1,location=1,scrollbars=1,menubar=1,resizable=1'));" onclick="window.alert('{$locale->tr("bookmarklet_help")}');">{$locale->tr("bookmarkit_to_plog")}</a>
+        	<a href="javascript:void(ltbm=window.open('{$url->getAdminUrl()}?op=newLink&linkName='+encodeURIComponent(document.title)+'&linkUrl='+encodeURIComponent(location.href),'ltbm','toolbar=1,status=1,location=1,scrollbars=1,menubar=1,resizable=1'));" onclick="window.alert('{$locale->tr("bookmarklet_help")}');">{$locale->tr("bookmark_it_to_lifetype")}</a>
         </div>
         
         </fieldset>
@@ -71,4 +71,4 @@
         </div> 
 </form>
 {include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
\ No newline at end of file
+{include file="$admintemplatepath/footer.template"}



More information about the pLog-svn mailing list