Skip to content

Commit 240f913

Browse files
committed
looks edited
1 parent 5aa30f3 commit 240f913

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

addFine.php

+5-11
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
});
122122

123123
jQuery(function($){
124-
$("#searchbox").Watermark("Search StudentID, Name");
124+
$("#searchbox").Watermark("Search Student ID, Name");
125125
});
126126

127127

@@ -191,7 +191,7 @@ function updateFine() {
191191
<div style=" margin-left:7px; margin-top:13px; color:#030; font-size:15px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;float:left">Error</div>
192192
</div>
193193

194-
<div style="font-size:15px; padding-top:40px; margin-left:20px; margin-right:20px; font-family:Arial, Helvetica, sans-serif; text-align:center">Tulo sa ang limit karun
194+
<div style="font-size:15px; padding-top:40px; margin-left:20px; margin-right:20px; font-family:Arial, Helvetica, sans-serif; text-align:center">
195195
</div>
196196

197197
<div class="btnbox" id="closeerror">
@@ -207,7 +207,7 @@ function updateFine() {
207207
<div style=" margin-left:7px; margin-top:13px; color:#030; font-size:15px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;float:left">Error</div>
208208
</div>
209209

210-
<div style="font-size:15px; padding-top:40px; margin-left:20px; margin-right:20px; font-family:Arial, Helvetica, sans-serif; text-align:center">You Can Borrow Only 1 types of Books
210+
<div style="font-size:15px; padding-top:40px; margin-left:20px; margin-right:20px; font-family:Arial, Helvetica, sans-serif; text-align:center">
211211
</div>
212212

213213
<div class="btnbox" id="closeerror2">
@@ -305,7 +305,7 @@ function updateFine() {
305305
</tr>
306306
</table>
307307
<table border="0" wi style="font-size:12px; font-family:Arial, 'Arial Black', 'Arial Narrow'; font-weight:bold; border:inset #999 1px;width: 420px; margin-top:10px; margin-bottom:20px; float:left; margin-left:20px;">
308-
<tr><td colspan="3">Loan ID</td></tr>
308+
<tr><td colspan="3">Loan ID - Book Title</td></tr>
309309
<tr>
310310
<td colspan="3">
311311
<select id="loan_id" name="loan_id"
@@ -383,13 +383,7 @@ function updateFine() {
383383

384384
</td>
385385
<td class="value" align="center" style="width:25px;">
386-
<div id="id" title="Change default value">
387-
<a href="" style="margin-right:10px;" id=""
388-
onclick="OpenPopUp(id,'','',300,100);" class='trnone'>
389-
390-
<img src="icons/b_edit.png" />
391-
</a>
392-
</div>
386+
<div id="id" title="Change default value"></div>
393387
</td>
394388
</tr>
395389
</table>

findfine.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
<td width="190"> <?php echo $fine; ?></td>
6363

6464
<td align="center" class="del"><a title="EDIT" href="?addFine&card_no=<?php echo $row['card_no']; ?>&loan_id=<?php echo $row['loan_id']; ?>">Edit</a></td>
65-
<td class="del">
66-
67-
</td>
65+
6866
</tr>
6967

7068

searchFine.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
</div>
8282
<div class="hed">
8383
<style>
84-
.web{ -webkit-border-radius:7px 7px 0px 0px;
85-
-moz-border-radius:7px 7px 0px 0px;
84+
.web{
8685
text-align:center; font-size:12px; font-weight:bold; font-family:Arial, "Arial Black", "Arial Narrow"; color:#000;
8786
}
8887
</style>

0 commit comments

Comments
 (0)