Changeset 78 for trunk/www/Application/View/Server.php
- Timestamp:
- Sep 11, 2009, 8:18:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/Server.php
r77 r78 1 1 <?php 2 2 3 class ServerView extends Module 3 include_once(dirname(__FILE__).'/../../Base/View.php'); 4 5 class ServerView extends View 4 6 { 5 7 var $ItemFormClass = array( … … 256 258 $Form->LoadValuesFromDatabase($_GET['Id']); 257 259 $Form->Values['ServerId'] = $_GET['Id']; 258 $Form->OnSubmit = '? Action=ServerSave';260 $Form->OnSubmit = '?Module=Server&Action=Save'; 259 261 $Output .= $Form->ShowEditForm(); 260 262 } else $Output = $this->System->SystemMessage('Nastavení serveru', 'Nemáte oprávnění');
Note:
See TracChangeset
for help on using the changeset viewer.