cv+preReady
This commit is contained in:
parent
720d060621
commit
472cfb763a
|
@ -6,7 +6,7 @@
|
|||
|
||||
<h3>
|
||||
<?php
|
||||
echo __("dreamjob.cv");
|
||||
echo __("dreamjob.cv")." ";
|
||||
if($edit){
|
||||
$text ='<span class="label label-default edit" style="font-size:12px;"><span class="glyphicon glyphicon-edit"></span> '.__('dreamjob.edit').'</span>';
|
||||
echo $this->Html->link($text,array('controller'=>'user','action'=>'profil_edit'),array('escape' => false));
|
||||
|
|
|
@ -6,7 +6,14 @@
|
|||
echo $this->Form->create('DreamjobCvEntry',$default_hForm);
|
||||
?>
|
||||
|
||||
<h3><?=__("dreamjob.cv");?><span class="label label-default save" style="font-size:12px;"><span class="glyphicon glyphicon-floppy-disk"></span> <?=__('dreamjob.save');?></span></h3>
|
||||
|
||||
<h3>
|
||||
<?php
|
||||
echo __("dreamjob.cv")." ";
|
||||
$text ='<span class="label label-default edit" style="font-size:12px;"><span class="glyphicon glyphicon-edit"></span> '.__('dreamjob.edit.end').'</span>';
|
||||
echo $this->Html->link($text,array('controller'=>'user','action'=>'profil'),array('escape' => false));
|
||||
?>
|
||||
</h3>
|
||||
|
||||
<?php
|
||||
$i = 0;
|
||||
|
|
Loading…
Reference in New Issue