[pLog-svn] r6938 - plog/branches/lifetype-1.2/templates/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 6 13:41:29 EST 2010


Author: jondaley
Date: 2010-01-06 13:41:29 -0500 (Wed, 06 Jan 2010)
New Revision: 6938

Modified:
   plog/branches/lifetype-1.2/templates/admin/newlink.template
Log:
ack.  What's the point of validation if we bypass it at the end.  Urgh

Modified: plog/branches/lifetype-1.2/templates/admin/newlink.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/newlink.template	2009-12-29 15:19:41 UTC (rev 6937)
+++ plog/branches/lifetype-1.2/templates/admin/newlink.template	2010-01-06 18:41:29 UTC (rev 6938)
@@ -1,11 +1,5 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=newLink title=$locale->tr("newLink")}
-{if $smarty.request.linkName}
-	{assign var=linkName value=$smarty.request.linkName}
-{/if}
-{if $smarty.request.linkUrl}
-	{assign var=linkUrl value=$smarty.request.linkUrl}
-{/if}
    <form name="newLink" action="admin.php" method="post"> 
       
         <fieldset class="inputField">



More information about the pLog-svn mailing list