This commit is contained in:
sarah garcin
2015-05-01 16:31:29 +02:00
parent 23c085213e
commit a1fd56580b
22 changed files with 4478 additions and 2904 deletions

View File

@@ -8,7 +8,7 @@
</span>
<a class="open-list" href="<?php print $list['list']->path; ?>">
<?php //print t('open this @name', array('@name'=>variable_get('flag_lists_name', 'list'))) ;?>
<i class="icon-resize-full"></i>
<i class="fi-arrows-expand"></i>
</a>
</h2>
<?php $content = $list['content']; ?>

View File

@@ -7,7 +7,7 @@
<?php print l($flag->title . '<span class="count">('.count($flag->flaged_content).')</span>', 'lists/'.$flag->fid, array('html'=>true,'attributes'=>array('class'=>array('open-list', $flag->name)))); ?>
<?php if(flag_lists_is_owner('edit', $flag->fid)): ?>
<?php
print l('<i class="icon-wrench"></i>',
print l('<i class="fi-wrench"></i>',
'flags/lists/edit/'.$flag->fid,
array(
'html'=>true,
@@ -22,7 +22,7 @@
<?php
#create new list
$create_link = l(
'<i class="icon-plus"></i>&nbsp;<span>' . t('New @name', array('@name' => t(variable_get('flag_lists_name', 'list')))) . '</span>',
'<i class="fi-plus"></i>&nbsp;<span>' . t('New @name', array('@name' => t(variable_get('flag_lists_name', 'list')))) . '</span>',
'flag-lists/add/materiau',
array(
'attributes' => array(