PHP Classes

File: config/admin.delete.page.xml

Recommend this page to a friend!
  Classes of invitro   Navelo CMS   config/admin.delete.page.xml   Download  
File: config/admin.delete.page.xml
Role: Auxiliary data
Content type: text/plain
Description: Admin delete page form
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 19 years ago
Size: 2,176 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">Delete</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> </configuration>