PHP Classes

File: View/Users/admin_config.ctp

Recommend this page to a friend!
  Classes of Andraž   pingvincek   View/Users/admin_config.ctp   Download  
File: View/Users/admin_config.ctp
Role: Example script
Content type: text/plain
Description: Example script
Class: pingvincek
Manage a site for organizing dates between people
Author: By
Last change:
Date: 6 years ago
Size: 591 bytes
 

Contents

Class file image Download
<div class="nastavitve form">
    <?php echo $this->Form->create(null, array('url' => array('controller' => 'users', 'action' => 'config', 'admin' => true))); ?>
<fieldset>
        <legend>Privzete nastavitve</legend>
        <?php
       
echo $this->Form->input('Privzete.email', array('label' => 'E-mail'));
        echo
$this->Form->input('Privzete.skupina', array('label' => 'Skupina ob prijavi'));
        echo
$this->Form->input('Privzete.wwwNaslov', array('label' => 'www naslov strani'));
       
?>
</fieldset>
    <?php echo $this->Form->end('Shrani spremembe'); ?>
</div>