[pLog-svn] r2432 - plog/branches/plog-1.0.2/templates/admin

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Sep 1 13:23:57 GMT 2005


Author: mark
Date: 2005-09-01 13:23:56 +0000 (Thu, 01 Sep 2005)
New Revision: 2432

Modified:
   plog/branches/plog-1.0.2/templates/admin/newlink.template
   plog/branches/plog-1.0.2/templates/admin/newpost.template
Log:
Remark bookmarklet until pLog 1.1... :(

Modified: plog/branches/plog-1.0.2/templates/admin/newlink.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/newlink.template	2005-08-30 21:32:15 UTC (rev 2431)
+++ plog/branches/plog-1.0.2/templates/admin/newlink.template	2005-09-01 13:23:56 UTC (rev 2432)
@@ -56,11 +56,13 @@
 			</select>
         </div>
         
+        {*
         <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>
         </div>
+        *}
         
         </fieldset>
         <div class="buttons">

Modified: plog/branches/plog-1.0.2/templates/admin/newpost.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/newpost.template	2005-08-30 21:32:15 UTC (rev 2431)
+++ plog/branches/plog-1.0.2/templates/admin/newpost.template	2005-09-01 13:23:56 UTC (rev 2432)
@@ -164,11 +164,13 @@
 		 {/if}
       </div>
 
+      {*
       <div class="field">
        	<br /><label for="bookmarklet">{$locale->tr("bookmarklet")}</label>
        	<div class="formHelp">{$locale->tr("bookmarklet_help")}</div>
 		<a href="javascript:bm=document.selection?document.selection.createRange().text:document.getSelection();void(plogbm=window.open('{$url->getAdminUrl()}?op=newPost&sendTrackbacks=1&postText='+encodeURIComponent('&lt;p&gt;'+bm+' ... '+'&lt;a href=&quot;'+window.location.href+'&quot;&gt;'+'{$locale->tr("original_post")}'+'&lt;/a&gt;&lt;/p&gt;'),'plogbm','toolbar=1,status=1,location=1,scrollbars=1,menubar=1,resizable=1'))" onclick="window.alert('{$locale->tr("bookmarklet_help")}');">{$locale->tr("blogit_to_plog")}</a> 
-      </div>	 
+      </div>
+      *}
 	  
 	  <!-- checkbox custom fields -->
 	   {include file="$admintemplatepath/newpost_customfields.template" type=3 fields=$customfields}	  




More information about the pLog-svn mailing list