Skip to content

Commit

Permalink
Dev New icon for central participant database
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 30, 2012
1 parent 7adf53c commit 1375c8f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/super/adminmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<?php
if(Yii::app()->session['USER_RIGHT_PARTICIPANT_PANEL'] == 1)
{ ?>
<a href="<?php echo $this->createUrl("admin/participants/index"); ?>" title="<?php $clang->eTview("Participant panel");?>" >
<img src='<?php echo $sImageURL;?>tokens.png' alt='<?php $clang->eT("Participant panel");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<a href="<?php echo $this->createUrl("admin/participants/index"); ?>" title="<?php $clang->eTview("Central participant database/panel");?>" >
<img src='<?php echo $sImageURL;?>cpdb.png' alt='<?php $clang->eT("Central participant database/panel");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<?php } ?>
</div>
<div class='menubar-right'>
Expand Down
Binary file added styles/blobblueish/images/cpdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added styles/gartergrey/images/cpdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added styles/gringegreen/images/cpdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1375c8f

Please sign in to comment.