From: <var...@us...> - 2012-06-11 09:37:59
|
Revision: 8273 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8273&view=rev Author: vargenau Date: 2012-06-11 09:37:49 +0000 (Mon, 11 Jun 2012) Log Message: ----------- Add readonly to from Modified Paths: -------------- trunk/lib/plugin/WikiAdminRename.php Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2012-06-11 09:32:54 UTC (rev 8272) +++ trunk/lib/plugin/WikiAdminRename.php 2012-06-11 09:37:49 UTC (rev 8273) @@ -271,6 +271,7 @@ HTML::input(array('name' => 'admin_rename[from]', 'size' => MAX_PAGENAME_LENGTH, 'maxlength' => MAX_PAGENAME_LENGTH, + 'readonly' => 'readonly', 'value' => $post_args['from']))); $this->_tablePush($table, _("to")._(": "), HTML::input(array('name' => 'admin_rename[to]', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |