Skip to content

Commit

Permalink
Admin-Notice2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtm-zakir committed Nov 27, 2023
1 parent 96a3660 commit 5428d94
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion application/views/backend/admin/modal_edit_notice.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$edit_data = $this->db->get_where('noticeboard', array('notice_id' => $param2))->result_array();
$edit_data = $this->db->get_where('noticeboard', array('notice_id' => $param2))->result_array();
?>
<div class="tab-pane box active" id="edit" style="color:#001911 ;font-family: system-ui;font-size:14px;padding: 5px">
<div class="box-content">
Expand Down
8 changes: 4 additions & 4 deletions application/views/backend/admin/noticeboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!------CONTROL TABS START------>
<ul class="nav nav-tabs bordered">
<li class="active" >
<li class="active">
<a href="#list" data-toggle="tab"><i class="entypo-menu"></i>
<?php echo ('Noticeboard List'); ?>
</a>
Expand Down Expand Up @@ -88,7 +88,7 @@
<div class="form-group">
<label class="col-sm-3 control-label"><?php echo ('Title'); ?></label>
<div class="col-sm-5">
<input type="text" class="form-control" name="notice_title" />
<input type="text" class="form-control" placeholder="<?php echo ('Enter Title'); ?>" name="notice_title" />
</div>
</div>
<div class="form-group">
Expand All @@ -97,7 +97,7 @@
<div class="box closable-chat-box">
<div class="box-content padded">
<div class="chat-message-box">
<textarea name="notice" id="ttt" rows="5" placeholder="<?php echo ('Add Notice'); ?>" class="form-control"></textarea>
<textarea name="notice" id="ttt" rows="5" placeholder="<?php echo ('Enter Notice'); ?>" class="form-control"></textarea>
</div>
</div>
</div>
Expand All @@ -106,7 +106,7 @@
<div class="form-group">
<label class="col-sm-3 control-label"><?php echo ('Date'); ?></label>
<div class="col-sm-5">
<input type="text" class="datepicker form-control" name="create_timestamp" />
<input type="text" class="datepicker form-control" placeholder="<?php echo ('Pick Date'); ?>" name="create_timestamp" />
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -8404,7 +8404,7 @@ lesshat-selector {
button.close {
padding: 0;
cursor: pointer;
background: transparent;
background: s;
border: 0;
-webkit-appearance: none;
}
Expand Down
10 changes: 5 additions & 5 deletions assets/css/neon-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -2843,9 +2843,9 @@ output {
line-height: 1.42857143;
color: #001911;
font-family: system-ui;
background-color: #fff6e6;
background-color: #e6fff6;
background-image: none;
border: 1px solid #ffa800;
border: 1px solid #008055;
border-radius: 3px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
Expand All @@ -2856,8 +2856,8 @@ output {
}

.form-control:focus {
border-color: #008055;
background-color: #e6fff6;
border-color: #ffa800 ;
background-color: #fff6e6;
outline: 0;
-moz-box-shadow: 0 2px 1px rgba(203, 208, 217, 0.08);
-webkit-box-shadow: 0 2px 1px rgba(203, 208, 217, 0.08);
Expand Down Expand Up @@ -2893,7 +2893,7 @@ output {
}

.form-control::-webkit-input-placeholder {
color: #ffa800;
color: #00e698;
}

.form-control[disabled],
Expand Down
3 changes: 1 addition & 2 deletions assets/css/neon.css
Original file line number Diff line number Diff line change
Expand Up @@ -4395,8 +4395,7 @@ fieldset[disabled] .btn-green.active {

.btn-info {
color: #ffffff;
font-size:14px ;
font-family: system-ui;

background-color: #006644;
border-color: #006644;
}
Expand Down

0 comments on commit 5428d94

Please sign in to comment.