2 May 2008 03:38
[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki: [12728] branches/1.10
Revision: 12728
http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=12728&view=rev
Author: sampaioprimo
Date: 2008-05-01 18:38:09 -0700 (Thu, 01 May 2008)
Log Message:
-----------
[FIX] keep creator information in preview mode
[FIX] if a user has tiki_p_blog_admin he can change the blog creator
Modified Paths:
--------------
branches/1.10/templates/tiki-edit_blog.tpl
branches/1.10/tiki-edit_blog.php
Modified: branches/1.10/templates/tiki-edit_blog.tpl
===================================================================
--- branches/1.10/templates/tiki-edit_blog.tpl 2008-04-30 17:35:42 UTC (rev 12727)
+++ branches/1.10/templates/tiki-edit_blog.tpl 2008-05-02 01:38:09 UTC (rev 12728)
<at> <at> -33,12 +33,12 <at> <at>
<table class="normal">
<tr class="editblogform"><td><label for="blog-title">{tr}Title{/tr}</label></td><td><input
type="text" name="title" id="blog-title" value="{$title|escape}" /></td></tr>
<tr class="editblogform"><td><label for="blog-desc">{tr}Description{/tr}</label><br
/>{include file="textareasize.tpl" area_name='blog-desc'
formId='blog-edit-form'}</td><td><textarea class="wikiedit" name="description"
id="blog-desc" rows="{$rows}" cols="{$cols}" wrap="virtual">{$description|escape}</textarea></td></tr>
-{if $tiki_p_admin eq 'y'}<tr class="editblogform"><td>{tr}Creator{/tr}</td><td><select name="user">
+<tr class="editblogform"><td>{tr}Creator{/tr}</td><td><select name="creator">
{foreach from=$users key=userId item=u}
(Continue reading)
RSS Feed