css
This commit is contained in:
parent
ce02e1f51b
commit
3cd5e9e4be
|
@ -8,7 +8,7 @@
|
||||||
<?php
|
<?php
|
||||||
$default_Form['type']='file';
|
$default_Form['type']='file';
|
||||||
echo $this->Form->create('AppUser',$default_Form);
|
echo $this->Form->create('AppUser',$default_Form);
|
||||||
echo $this->Form->input('AppUser.avatar',array('type'=>'file','label'=>array('text'=>__("dreamjob.avatar"),"class"=>$default_Form['inputDefaults']['label']['class']));
|
echo $this->Form->input('AppUser.avatar',array('type'=>'file','label'=>array('text'=>__("dreamjob.avatar"),"class"=>$default_Form['inputDefaults']['label']['class'])));
|
||||||
?>
|
?>
|
||||||
<div class="buttonrow">
|
<div class="buttonrow">
|
||||||
<?=$this->Form->button('<span class="glyphicon glyphicon-floppy-disk"></span> '.__('dreamjob.settings.save'),array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
|
<?=$this->Form->button('<span class="glyphicon glyphicon-floppy-disk"></span> '.__('dreamjob.settings.save'),array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
|
||||||
|
|
Loading…
Reference in New Issue