Login   Register  
PHP Classes
elePHPant
Icontem

File: config/admin.approve.page.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of invitro  >  Navelo CMS  >  config/admin.approve.page.xml  >  Download  
File: config/admin.approve.page.xml
Role: Auxiliary data
Content type: text/plain
Description: Admin approve page form
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 06:48
Size: 2,414 bytes
 

Contents

Class file image Download
<configuration>
	<configValue name="NAME" type="string">page_form</configValue>
	<configValue name="METHOD" type="string">POST</configValue>
	<configValue name="ACTION" type="string"></configValue>
	<configValue name="debug" type="integer">0</configValue>
	<configValue name="ResubmitConfirmMessage" type="string"></configValue>
	<configValue name="focus" type="integer">yes</configValue>
	
	<configValue name="no_page_id" type="string">Sorry, we have trouble to delete your selected page.</configValue>
	<configValue name="failed" type="string">Sorry, we have trouble to update you selected page.</configValue>
	<configValue name="success" type="string">Thank you, your selected page has been updated for you.</configValue>
	
	<configValue name="fields" type="array">
		<configValue name="confirm1" type="array">
			<configValue name="TYPE" type="string">radio</configValue>
			<configValue name="NAME" type="string">confrm</configValue>
			<configValue name="ID" type="string">yes</configValue>
			<configValue name="VALUE" type="string">1</configValue>
			<configValue name="LABEL" type="string">Yes</configValue>
		</configValue>
		<configValue name="confirm2" type="array">
			<configValue name="TYPE" type="string">radio</configValue>
			<configValue name="NAME" type="string">confrm</configValue>
			<configValue name="ID" type="string">no</configValue>
			<configValue name="VALUE" type="string">0</configValue>
			<configValue name="LABEL" type="string">No</configValue>
			<configValue name="CHECKED" type="string">1</configValue>
		</configValue>
		<configValue name="submit" type="array">
			<configValue name="TYPE" type="string">submit</configValue>
			<configValue name="NAME" type="string">submit</configValue>
			<configValue name="ID" type="string">submit</configValue>
			<configValue name="VALUE" type="string">Approve</configValue>
		</configValue>
		<configValue name="id" type="array">
			<configValue name="TYPE" type="string">hidden</configValue>
			<configValue name="NAME" type="string">id</configValue>
			<configValue name="ID" type="string">id</configValue>
		</configValue>
		<configValue name="s" type="array">
			<configValue name="TYPE" type="string">hidden</configValue>
			<configValue name="NAME" type="string">s</configValue>
			<configValue name="ID" type="string">s</configValue>
		</configValue>
	</configValue>
</configuration>