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

Jon Daley plogworld at jon.limedaley.com
Tue Jul 3 01:38:15 EDT 2007


 	That's funny - I think this has been working.  Maybe my wife 
changes it every time - I'd have thought she would have told me, that 
would be annoying.

On Mon, 2 Jul 2007, mark at devel.lifetype.net wrote:

> Author: mark
> Date: 2007-07-02 23:57:02 -0400 (Mon, 02 Jul 2007)
> New Revision: 5606
>
> Modified:
>   plog/branches/lifetype-1.2/templates/admin/newpost.template
> Log:
> $postUser does not exist in newpost.template, we should use $user to replace $postUser to get the postUser combobox pre-select correctly.
>
> Modified: plog/branches/lifetype-1.2/templates/admin/newpost.template
> ===================================================================
> --- plog/branches/lifetype-1.2/templates/admin/newpost.template	2007-07-02 19:19:57 UTC (rev 5605)
> +++ plog/branches/lifetype-1.2/templates/admin/newpost.template	2007-07-03 03:57:02 UTC (rev 5606)
> @@ -145,7 +145,7 @@
> 		 <div class="formHelp">{$locale->tr("posted_by_help")}</div>
> 		 <select name="postUser" id="postUser">
> 		   {foreach from=$blog->getUsersInfo() item=bloguser}
> -			<option value="{$bloguser->getId()}" {if $postUser==$bloguser->getId()}selected="selected"{/if}>{$bloguser->getUserName()}</option>
> +			<option value="{$bloguser->getId()}" {if $user==$bloguser->getId()}selected="selected"{/if}>{$bloguser->getUserName()}</option>
> 		   {/foreach}
>         </select>
> 	   </div>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

Our most basic problem is not that we want too much.  On the contrary,
it is that we are content with too little.
-- Randy Alcorn, 50 Days of Heaven


More information about the pLog-svn mailing list