File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ div.ficms_buttons a.ficms_imagebutton { display: none; z-index: 550; }
3939div .ficms_buttons a .ficms_filebutton { display : none; z-index : 550 ; }
4040div .ficms_buttons a .ficms_cancelbutton { display : none; z-index : 550 ; }
4141div .ficms_buttons a .ficms_savebutton { display : none; z-index : 550 ; }
42- # ficms_editpic { display : none; position : absolute; margin : 2 px ; outline : none; z-index : 500 ; }
42+ # ficms_editpic { display : none; position : absolute; margin : 8 px ; 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 ; }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments