Skip to content

Commit

Permalink
Dev Fixed some broken icons
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 1, 2012
1 parent 134812e commit 92c209f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/browse/browseallrow_view.php
@@ -1,18 +1,18 @@
<tr class='<?php echo $bgcc; ?>' valign='top'>
<td align='center'><input type='checkbox' class='cbResponseMarker' value='<?php echo $dtrow['id']; ?>' name='markedresponses[]' /></td>
<td align='center'>
<a href='<?php echo $this->createUrl("admin/browse/view/surveyid/$surveyid/id/{$dtrow['id']}"); ?>'><img src='<?php echo $imageurl; ?>/token_viewanswer.png' alt='<?php $clang->eT('View response details'); ?>'/></a>
<a href='<?php echo $this->createUrl("admin/browse/view/surveyid/$surveyid/id/{$dtrow['id']}"); ?>'><img src='<?php echo $sImageURL; ?>/token_viewanswer.png' alt='<?php $clang->eT('View response details'); ?>'/></a>
<?php if (hasSurveyPermission($surveyid, 'responses', 'update'))
{ ?>
<a href='<?php echo $this->createUrl("admin/dataentry/editdata/subaction/edit/surveyid/{$surveyid}/id/{$dtrow['id']}"); ?>'><img src='<?php echo $imageurl; ?>/edit_16.png' alt='<?php $clang->eT('Edit this response'); ?>'/></a>
<a href='<?php echo $this->createUrl("admin/dataentry/editdata/subaction/edit/surveyid/{$surveyid}/id/{$dtrow['id']}"); ?>'><img src='<?php echo $sImageURL; ?>/edit_16.png' alt='<?php $clang->eT('Edit this response'); ?>'/></a>
<?php }
if (hasFileUploadQuestion($surveyid))
{ ?>
<a><img id='downloadfile_<?php echo $dtrow['id']; ?>' src='<?php echo $imageurl; ?>/down.png' alt='<?php $clang->eT('Download all files in this response as a zip file'); ?>' class='downloadfile'/></a>
<a><img id='downloadfile_<?php echo $dtrow['id']; ?>' src='<?php echo $sImageURL; ?>/down.png' alt='<?php $clang->eT('Download all files in this response as a zip file'); ?>' class='downloadfile'/></a>
<?php }
if (hasSurveyPermission($surveyid, 'responses', 'delete'))
{ ?>
<a><img id='deleteresponse_<?php echo $dtrow['id']; ?>' src='<?php echo $imageurl; ?>/token_delete.png' alt='<?php $clang->eT('Delete this response'); ?>' class='deleteresponse'/></a>
<a><img id='deleteresponse_<?php echo $dtrow['id']; ?>' src='<?php echo $sImageURL; ?>/token_delete.png' alt='<?php $clang->eT('Delete this response'); ?>' class='deleteresponse'/></a>
<?php } ?>
</td>
<?php
Expand Down
24 changes: 12 additions & 12 deletions application/views/admin/browse/browseidheader_view.php
@@ -1,37 +1,37 @@
<div class='menubar'>
<div class='menubar-title ui-widget-header'><?php echo sprintf($clang->gT("View response ID %d"), $id); ?></div>
<div class='menubar-main'>
<img src='<?php echo $imageurl; ?>/blank.gif' width='31' height='20' border='0' hspace='0' align='left' alt='' />
<img src='<?php echo $imageurl; ?>/separator.gif' border='0' hspace='0' align='left' alt='' />
<img src='<?php echo $sImageURL; ?>/blank.gif' width='31' height='20' border='0' hspace='0' align='left' alt='' />
<img src='<?php echo $sImageURL; ?>/separator.gif' border='0' hspace='0' align='left' alt='' />
<?php if (isset($rlanguage))
{ ?>
<a href='<?php echo $this->createUrl("admin/dataentry/editdata/subaction/edit/surveyid/{$surveyid}/id/{$id}/lang/$rlanguage"); ?>' title='<?php $clang->eT("Edit this entry"); ?>'>
<img align='left' src='<?php echo $imageurl; ?>/edit.png' alt='<?php $clang->gT("Edit this entry"); ?>' /></a>
<img align='left' src='<?php echo $sImageURL; ?>/edit.png' alt='<?php $clang->gT("Edit this entry"); ?>' /></a>
<?php }
if (hasSurveyPermission($surveyid, 'responses', 'delete') && isset($rlanguage))
{ ?>
<a href='#' title='<?php $clang->eT("Delete this entry"); ?>' onclick="if (confirm('<?php $clang->eT("Are you sure you want to delete this entry?", "js"); ?>')) { <?php echo convertGETtoPOST($this->createUrl("admin/dataentry/delete/id/$id/sid/$surveyid")); ?>}">
<img align='left' hspace='0' border='0' src='<?php echo $imageurl; ?>/delete.png' alt='<?php $clang->eT("Delete this entry"); ?>' /></a>
<img align='left' hspace='0' border='0' src='<?php echo $sImageURL; ?>/delete.png' alt='<?php $clang->eT("Delete this entry"); ?>' /></a>
<?php }
else
{ ?>
<img align='left' hspace='0' border='0' src='<?php echo $imageurl; ?>/delete_disabled.png' alt='<?php $clang->eT("You don't have permission to delete this entry."); ?>'/>
<img align='left' hspace='0' border='0' src='<?php echo $sImageURL; ?>/delete_disabled.png' alt='<?php $clang->eT("You don't have permission to delete this entry."); ?>'/>
<?php }
if (hasFileUploadQuestion($surveyid))
{ ?>
<a href='#' title='<?php $clang->eT("Download files for this entry"); ?>' onclick="<?php echo convertGETtoPOST('?action=browse&amp;subaction=all&amp;downloadfile=' . $id . '&amp;sid=' . $surveyid); ?>" >
<img align='left' hspace='0' border='0' src='<?php echo $imageurl; ?>/download.png' alt='<?php $clang->eT("Download files for this entry"); ?>' /></a>
<img align='left' hspace='0' border='0' src='<?php echo $sImageURL; ?>/download.png' alt='<?php $clang->eT("Download files for this entry"); ?>' /></a>
<?php } ?>

<a href='<?php echo $this->createUrl("admin/export/exportresults/surveyid/$surveyid/id/$id"); ?>' title='<?php $clang->eT("Export this Response"); ?>' >
<img name='ExportAnswer' src='<?php echo $imageurl; ?>/export.png' alt='<?php $clang->eT("Export this Response"); ?>' align='left' /></a>
<img src='<?php echo $imageurl; ?>/separator.gif' border='0' hspace='0' align='left' alt='' />
<img src='<?php echo $imageurl; ?>/blank.gif' width='20' height='20' border='0' hspace='0' align='left' alt='' />
<img name='ExportAnswer' src='<?php echo $sImageURL; ?>/export.png' alt='<?php $clang->eT("Export this Response"); ?>' align='left' /></a>
<img src='<?php echo $sImageURL; ?>/separator.gif' border='0' hspace='0' align='left' alt='' />
<img src='<?php echo $sImageURL; ?>/blank.gif' width='20' height='20' border='0' hspace='0' align='left' alt='' />
<a href='<?php echo $this->createUrl("admin/browse/view/surveyid/$surveyid/id/$last"); ?>' title='<?php $clang->eT("Show previous..."); ?>' >
<img name='DataBack' align='left' src='<?php echo $imageurl; ?>/databack.png' alt='<?php $clang->eT("Show previous..."); ?>' /></a>
<img src='<?php echo $imageurl; ?>/blank.gif' width='13' height='20' border='0' hspace='0' align='left' alt='' />
<img name='DataBack' align='left' src='<?php echo $sImageURL; ?>/databack.png' alt='<?php $clang->eT("Show previous..."); ?>' /></a>
<img src='<?php echo $sImageURL; ?>/blank.gif' width='13' height='20' border='0' hspace='0' align='left' alt='' />
<a href='<?php echo $this->createUrl("admin/browse/view/surveyid/$surveyid/id/$next"); ?>' title='<?php $clang->eT("Show next..."); ?>'>
<img name='DataForward' align='left' src='<?php echo $imageurl; ?>/dataforward.png' alt='<?php $clang->eT("Show next..."); ?>' /></a>
<img name='DataForward' align='left' src='<?php echo $sImageURL; ?>/dataforward.png' alt='<?php $clang->eT("Show next..."); ?>' /></a>
</div>
</div>

Expand Down

0 comments on commit 92c209f

Please sign in to comment.