[Mtdmods-checkins] SF.net SVN: mtdmods: [10] ApproveMOD/install.xml
Brought to you by:
markthedaemon
|
From: <mar...@us...> - 2006-06-17 19:44:10
|
Revision: 10 Author: markthedaemon Date: 2006-06-17 12:44:05 -0700 (Sat, 17 Jun 2006) ViewCVS: http://svn.sourceforge.net/mtdmods/?rev=10&view=rev Log Message: ----------- couple of changes Modified Paths: -------------- ApproveMOD/install.xml Modified: ApproveMOD/install.xml =================================================================== --- ApproveMOD/install.xml 2006-06-17 19:36:06 UTC (rev 9) +++ ApproveMOD/install.xml 2006-06-17 19:44:05 UTC (rev 10) @@ -92,38 +92,15 @@ INSERT INTO phpbb_approve_users ( user_id, approve_moderate ) VALUES (-1, 1); </sql> <copy> - <file> - <from>admin/admin_approve.php</from> - <to> admin/admin_approve.php</to> - </file> - <file> - <from>templates/subSilver/admin/approve_index.tpl</from> - <to> templates/subSilver/admin/approve_index.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_header.tpl</from> - <to> templates/subSilver/admin/approve_header.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_forums.tpl</from> - <to> templates/subSilver/admin/approve_forums.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_users.tpl</from> - <to> templates/subSilver/admin/approve_users.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_topics.tpl</from> - <to> templates/subSilver/admin/approve_topics.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_posts.tpl</from> - <to> templates/subSilver/admin/approve_posts.tpl</to> - </file> - <file> - <from>templates/subSilver/admin/approve_detail.tpl</from> - <to> templates/subSilver/admin/approve_detail.tpl</to> - </file> + <file from="upload/admin/admin_approve.php" to="admin/admin_approve.php" /> + <file from="upload/templates/subSilver/admin/approve_index.tpl" to="templates/subSilver/admin/approve_index.tpl" /> + <file from="upload/admin/admin_approve.php" to="admin/admin_approve.php" /> + <file from="upload/templates/subSilver/admin/approve_header.tpl" to="templates/subSilver/admin/approve_header.tpl" /> + <file from="upload/templates/subSilver/admin/approve_forums.tpl" to="templates/subSilver/admin/approve_forums.tpl" /> + <file from="upload/templates/subSilver/admin/approve_users.tpl" to="templates/subSilver/admin/approve_users.tpl" /> + <file from="upload/templates/subSilver/admin/approve_topics.tpl" to="templates/subSilver/admin/approve_topics.tpl" /> + <file from="upload/templates/subSilver/admin/approve_posts.tpl" to="admin/templates/subSilver/admin/approve_posts.tpl" /> + <file from="upload/templates/subSilver/admin/approve_detail.tpl" to="templates/subSilver/admin/approve_detail.tpl" /> </copy> <open src="index.php"> <edit> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |