Historique
This commit is contained in:
parent
8c61ea806a
commit
c80b75373a
@ -1,4 +1,4 @@
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="<?=$this->url(array('module'=>'default', 'controller'=>'index', 'action'=>'index'),
|
||||
'default', true)?>">Scores & Décisions</a>
|
||||
@ -9,15 +9,15 @@
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle sd-edit" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
Mode Edition <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<?php if (count($this->MenuInput) > 0) {?>
|
||||
<ul class="dropdown-menu">
|
||||
<?php foreach ($this->MenuInput as $item) {?>
|
||||
<li><a <?php if (array_key_exists('class', $item)) {?>class="<?=$item['class']?>"<?php }?>
|
||||
<?php if (array_key_exists('title', $item)) {?>title="<?=$item['title']?>"<?php }?>
|
||||
href="<?=$item['href']?>"><?=$item['label']?></a></li>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php if ($this->MenuPrint) {?>
|
||||
@ -74,9 +74,10 @@
|
||||
<?php foreach ($this->UserHisto as $item) {?>
|
||||
<li><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'identite', 'action'=>'fiche',
|
||||
'siret'=>$item->CompanyId), 'default', true)?>" target="_blank">
|
||||
<div class="clearfix">
|
||||
<strong><?=$item->CompanyName?></strong> - <small><?=$item->CompanyId?></small>
|
||||
<span class="pull-right text-muted"><small><em><?=$item->Date?></em></small></span>
|
||||
<div><strong><?=$item->CompanyName?></strong></div>
|
||||
<div>
|
||||
<small><?=$item->CompanyId?></small> -
|
||||
<span class="text-muted"><small><em><?=$item->Date?></em></small></span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user