Adds log search on actions (Closes #1568).
[platal.git] / templates / include / form.valid.edit-nl.tpl
index 7524ee2..35abde7 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-<input type="text" name="nl_title" size="50" maxlength="200" value="{$valid->art->_title}" />
+<input type="text" name="nl_title" size="50" maxlength="200" value="{$valid->art->title}" />
 <br />
-<textarea rows="10" cols="60" name="nl_body">{$valid->art->_body}</textarea>
+<textarea rows="10" cols="60" name="nl_body">{$valid->art->body}</textarea>
 <br />
-<textarea rows="3" cols="60" name="nl_append">{$valid->art->_append}</textarea>
+<textarea rows="3" cols="60" name="nl_append">{$valid->art->append}</textarea>
 
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}