Skip to content

Commit

Permalink
more icon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel kerr committed Sep 28, 2014
1 parent b8dd2a7 commit f6308c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions upload/admin/controller/design/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ protected function getForm() {
);
}

$data['placeholder'] = $this->model_tool_image->resize('no_image.png', 100, 100);

$data['header'] = $this->load->controller('common/header');
$data['column_left'] = $this->load->controller('common/column_left');
$data['footer'] = $this->load->controller('common/footer');
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/view/template/error/not_found.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container-fluid">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-list"></i> <?php echo $heading_title; ?></h3>
<h3 class="panel-title"><i class="fa fa-exclamation-triangle"></i> <?php echo $heading_title; ?></h3>
</div>
<div class="panel-body">
<p class="text-center"><?php echo $text_not_found; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/view/template/error/permission.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container-fluid">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-list"></i> <?php echo $heading_title; ?></h3>
<h3 class="panel-title"><i class="fa fa-exclamation-triangle"></i> <?php echo $heading_title; ?></h3>
</div>
<div class="panel-body">
<p class="text-center"><?php echo $text_permission; ?></p>
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/view/template/extension/installer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?php } ?>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-list"></i> <?php echo $heading_title; ?></h3>
<h3 class="panel-title"><i class="fa fa-puzzle-piece"></i> <?php echo $heading_title; ?></h3>
</div>
<div class="panel-body">
<form class="form-horizontal">
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/view/template/tool/backup.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<?php } ?>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-list"></i> <?php echo $heading_title; ?></h3>
<h3 class="panel-title"><i class="fa fa-exchange"></i> <?php echo $heading_title; ?></h3>
</div>
<div class="panel-body">
<form action="<?php echo $restore; ?>" method="post" enctype="multipart/form-data" id="form-restore" class="form-horizontal">
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/view/template/tool/error_log.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?php } ?>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-list"></i> <?php echo $heading_title; ?></h3>
<h3 class="panel-title"><i class="fa fa-exclamation-triangle"></i> <?php echo $heading_title; ?></h3>
</div>
<div class="panel-body">
<textarea wrap="off" rows="15" readonly="readonly" class="form-control"><?php echo $log; ?></textarea>
Expand Down

0 comments on commit f6308c8

Please sign in to comment.