Skip to content

Commit

Permalink
Dev: Font fix for upload file button
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 18, 2016
1 parent 9dd901b commit a60f226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/survey/questions/file_upload/answer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<div class='upload-button'>
<a
id='upload_<?php echo $fileid;?>'
class='btn btn-default upload fa fa-upload'
class='btn btn-default upload'
href='#'
onclick='javascript:upload_<?php echo $fileid;?>();'
>
<?php eT('Upload files'); ?>
<span class='fa fa-upload'></span>&nbsp;<?php eT('Upload files'); ?>
</a>
</div>
<input type='hidden' id='<?php echo $fileid;?>' name='<?php echo $fileid;?>' value='<?php echo $value;?>' />
Expand Down

0 comments on commit a60f226

Please sign in to comment.