Nouveau jeu d'icônes
This commit is contained in:
parent
ec8ead747a
commit
bfbcb95510
@ -18,7 +18,7 @@
|
||||
<div class="col1 offset8">
|
||||
<?php echo template::button('configModulesStore', [
|
||||
'href' => helper::baseUrl() . 'addon/store',
|
||||
'value' => template::ico('plus') . template::ico('plus'),
|
||||
'value' => template::ico('shopping-basket'),
|
||||
"help" => 'Lister le catalogue en ligne'
|
||||
]); ?>
|
||||
</div>
|
||||
|
@ -137,7 +137,7 @@
|
||||
<?php echo template::button('configBackupCopyButton', [
|
||||
'href' => helper::baseUrl() . 'config/copyBackups',
|
||||
'value' => 'Copie sauvegardes auto',
|
||||
'ico' => 'download-cloud'
|
||||
'ico' => 'docs'
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<div class="row">
|
||||
<div class="col2 offset3">
|
||||
<?php echo template::button('themeManage', [
|
||||
'ico' => 'cogs',
|
||||
'ico' => 'sliders',
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
||||
'value' => 'Gestion'
|
||||
]); ?>
|
||||
@ -77,7 +77,7 @@
|
||||
<div class="row">
|
||||
<div class="col2 offset3">
|
||||
<?php echo template::button('themeManage', [
|
||||
'ico' => 'cogs',
|
||||
'ico' => 'sliders',
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
||||
'value' => 'Gestion'
|
||||
]); ?>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="col1 offset7">
|
||||
<?php echo template::button('translateButton', [
|
||||
'href' => helper::baseUrl() . 'translate/copy',
|
||||
'value' => template::ico('cogs'),
|
||||
'value' => template::ico('docs'),
|
||||
'disabled' => $module::$siteTranslate,
|
||||
'help' => 'Copie de sites inter-langues'
|
||||
]); ?>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="col1 offset8">
|
||||
<?php echo template::button('userImport', [
|
||||
'href' => helper::baseUrl() . 'user/import',
|
||||
'value' => template::ico('plus') . template::ico('plus'),
|
||||
'value' => template::ico('table') ,
|
||||
'help' => 'Importer des utilisateurs en masse'
|
||||
]); ?>
|
||||
</div>
|
||||
|
3
core/vendor/zwiico/css/zwiico-codes.css
vendored
3
core/vendor/zwiico/css/zwiico-codes.css
vendored
@ -55,8 +55,11 @@
|
||||
.zwiico-calendar-empty:before { content: '\f133'; } /* '' */
|
||||
.zwiico-youtube:before { content: '\f167'; } /* '' */
|
||||
.zwiico-instagram:before { content: '\f16d'; } /* '' */
|
||||
<<<<<<< HEAD
|
||||
.zwiico-box:before { content: '\f187'; } /* '' */
|
||||
.zwiico-file-archive:before { content: '\f1c6'; } /* '' */
|
||||
=======
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
.zwiico-sliders:before { content: '\f1de'; } /* '' */
|
||||
.zwiico-brush:before { content: '\f1fc'; } /* '' */
|
||||
.zwiico-pinterest:before { content: '\f231'; } /* '' */
|
||||
|
18
core/vendor/zwiico/css/zwiico-embedded.css
vendored
18
core/vendor/zwiico/css/zwiico-embedded.css
vendored
File diff suppressed because one or more lines are too long
3
core/vendor/zwiico/css/zwiico-ie7-codes.css
vendored
3
core/vendor/zwiico/css/zwiico-ie7-codes.css
vendored
@ -55,8 +55,11 @@
|
||||
.zwiico-calendar-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-instagram { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
<<<<<<< HEAD
|
||||
.zwiico-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-file-archive { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
=======
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
.zwiico-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
3
core/vendor/zwiico/css/zwiico-ie7.css
vendored
3
core/vendor/zwiico/css/zwiico-ie7.css
vendored
@ -66,8 +66,11 @@
|
||||
.zwiico-calendar-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-instagram { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
<<<<<<< HEAD
|
||||
.zwiico-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-file-archive { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
=======
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
.zwiico-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zwiico-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
16
core/vendor/zwiico/css/zwiico.css
vendored
16
core/vendor/zwiico/css/zwiico.css
vendored
@ -1,11 +1,20 @@
|
||||
@font-face {
|
||||
font-family: 'zwiico';
|
||||
<<<<<<< HEAD
|
||||
src: url('../font/zwiico.eot?39677933');
|
||||
src: url('../font/zwiico.eot?39677933#iefix') format('embedded-opentype'),
|
||||
url('../font/zwiico.woff2?39677933') format('woff2'),
|
||||
url('../font/zwiico.woff?39677933') format('woff'),
|
||||
url('../font/zwiico.ttf?39677933') format('truetype'),
|
||||
url('../font/zwiico.svg?39677933#zwiico') format('svg');
|
||||
=======
|
||||
src: url('../font/zwiico.eot?37992248');
|
||||
src: url('../font/zwiico.eot?37992248#iefix') format('embedded-opentype'),
|
||||
url('../font/zwiico.woff2?37992248') format('woff2'),
|
||||
url('../font/zwiico.woff?37992248') format('woff'),
|
||||
url('../font/zwiico.ttf?37992248') format('truetype'),
|
||||
url('../font/zwiico.svg?37992248#zwiico') format('svg');
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -15,7 +24,11 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'zwiico';
|
||||
<<<<<<< HEAD
|
||||
src: url('../font/zwiico.svg?39677933#zwiico') format('svg');
|
||||
=======
|
||||
src: url('../font/zwiico.svg?37992248#zwiico') format('svg');
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
}
|
||||
}
|
||||
*/
|
||||
@ -110,8 +123,11 @@
|
||||
.zwiico-calendar-empty:before { content: '\f133'; } /* '' */
|
||||
.zwiico-youtube:before { content: '\f167'; } /* '' */
|
||||
.zwiico-instagram:before { content: '\f16d'; } /* '' */
|
||||
<<<<<<< HEAD
|
||||
.zwiico-box:before { content: '\f187'; } /* '' */
|
||||
.zwiico-file-archive:before { content: '\f1c6'; } /* '' */
|
||||
=======
|
||||
>>>>>>> Nouveau jeu d'icônes
|
||||
.zwiico-sliders:before { content: '\f1de'; } /* '' */
|
||||
.zwiico-brush:before { content: '\f1fc'; } /* '' */
|
||||
.zwiico-pinterest:before { content: '\f231'; } /* '' */
|
||||
|
@ -10,7 +10,7 @@
|
||||
<div class="col1 offset9">
|
||||
<?php echo template::button('blogConfigOption', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
|
||||
'value' => template::ico('cogs'),
|
||||
'value' => template::ico('sliders'),
|
||||
'help' => 'Options de configuration'
|
||||
]); ?>
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
<div class="col1">
|
||||
<?php echo template::button('formConfigLayout', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
|
||||
'value' => template::ico('cogs'),
|
||||
'value' => template::ico('sliders'),
|
||||
'help' => 'Options de configuration'
|
||||
]); ?>
|
||||
</div>
|
||||
|
@ -10,8 +10,8 @@
|
||||
<div class="col1 offset10">
|
||||
<?php echo template::button('galleryConfigBack', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
|
||||
'value' => template::ico('brush'),
|
||||
'help' => 'Thème de cette galerie'
|
||||
'value' => template::ico('sliders'),
|
||||
'help' => 'Options de configuration'
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -225,12 +225,14 @@ class news extends common {
|
||||
self::$states[$this->getData(['module', $this->getUrl(0),'posts', $newsIds[$i], 'state'])],
|
||||
template::button('newsConfigEdit' . $newsIds[$i], [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $newsIds[$i]. '/' . $_SESSION['csrf'],
|
||||
'value' => template::ico('pencil')
|
||||
'value' => template::ico('pencil'),
|
||||
'help' => 'Editer cette nouvelle'
|
||||
]),
|
||||
template::button('newsConfigDelete' . $newsIds[$i], [
|
||||
'class' => 'newsConfigDelete buttonRed',
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/delete/' . $newsIds[$i] . '/' . $_SESSION['csrf'],
|
||||
'value' => template::ico('cancel')
|
||||
'value' => template::ico('cancel'),
|
||||
'help' => 'Effacer cette nouvelle'
|
||||
])
|
||||
];
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<div class="col1 offset9">
|
||||
<?php echo template::button('newsConfigLayout', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
|
||||
'value' => template::ico('cogs'),
|
||||
'value' => template::ico('sliders'),
|
||||
'help' => 'Options de configuration'
|
||||
]); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user