Skip to content

Commit 1f0dee3

Browse files
committed
Inline Editor - update edit pic
Bigger and much easier to see.
1 parent 6743de4 commit 1f0dee3

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

ForgeIgniter/views/view_template_inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})();
1111
</script>
1212
<?php if (in_array('images', $this->permission->permissions)): ?>
13-
<a href="<?php echo site_url('/admin/images/popup'); ?>" id="ficms_editpic" rel="<?php echo site_url('/admin/images/popup'); ?>"><img src="<?php echo base_url() . $this->config->item('staticPath'); ?>/images/btn_edit_pic.png" alt="Edit Pic" /></a>
13+
<a href="<?php echo site_url('/admin/images/popup'); ?>" id="ficms_editpic" rel="<?php echo site_url('/admin/images/popup'); ?>"><img src="<?php echo base_url($this->config->item('staticPath')); ?>/images/icons/cms/edit_pic.png" alt="Edit Pic" /></a>
1414
<?php endif; ?>
1515
<div id="ficms_admin">
1616
<div id="ficms_controls">

static/css/cms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ div.ficms_buttons a.ficms_imagebutton { display: none; z-index: 550; }
3939
div.ficms_buttons a.ficms_filebutton { display: none; z-index: 550; }
4040
div.ficms_buttons a.ficms_cancelbutton { display: none; z-index: 550; }
4141
div.ficms_buttons a.ficms_savebutton { display: none; z-index: 550; }
42-
#ficms_editpic { display: none; position: absolute; margin: 2px; outline:none; z-index: 500; }
42+
#ficms_editpic { display: none; position: absolute; margin: 8px; outline:none; z-index: 500; }
4343
#ficms_controls { float: left; height: 24px; overflow: hidden; }
4444
#ficms_toggle { text-align: center; }
4545
#ficms_admin:hover { opacity:1; }
1.43 KB
Loading

static/images/icons/cms/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)