forked from ZwiiCMS-Team/ZwiiCMS
Bouton plus vert
This commit is contained in:
parent
15c69649b2
commit
bb8a12c1d1
@ -18,6 +18,7 @@
|
|||||||
<?php echo template::button('themeFontAdd', [
|
<?php echo template::button('themeFontAdd', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/fontAdd',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/fontAdd',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'help' => 'Ajouter une fonte'
|
'help' => 'Ajouter une fonte'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
<?php echo template::button('userAdd', [
|
<?php echo template::button('userAdd', [
|
||||||
'href' => helper::baseUrl() . 'user/add',
|
'href' => helper::baseUrl() . 'user/add',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'help' => 'Ajouter un utilisateur'
|
'help' => 'Ajouter un utilisateur'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<?php echo template::button('blogConfigAdd', [
|
<?php echo template::button('blogConfigAdd', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'help' => 'Rédiger un article'
|
'help' => 'Rédiger un article'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,6 +85,7 @@
|
|||||||
<div class="col1 offset11">
|
<div class="col1 offset11">
|
||||||
<?php echo template::button('formConfigAdd', [
|
<?php echo template::button('formConfigAdd', [
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'class' => 'buttonGreen'
|
'class' => 'buttonGreen'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<?php echo template::button('blogConfigAdd', [
|
<?php echo template::button('blogConfigAdd', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'help' => 'Rédiger un sujet'
|
'help' => 'Rédiger un sujet'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
<?php echo template::button('galleryAdd', [
|
<?php echo template::button('galleryAdd', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'class' => 'buttonGreen'
|
'class' => 'buttonGreen'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
<?php echo template::button('newsConfigAdd', [
|
<?php echo template::button('newsConfigAdd', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
||||||
'value' => template::ico('plus'),
|
'value' => template::ico('plus'),
|
||||||
|
'class' => 'buttonGreen',
|
||||||
'help' => 'Rédiger une news'
|
'help' => 'Rédiger une news'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user