kopia lustrzana https://github.com/magicbug/Cloudlog
QSO Add fields Locator, IOTA, Sat (Mode/Name) now are uppercase automatically
rodzic
2af9cfc4a5
commit
7f83f2a5fc
|
@ -177,7 +177,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>IOTA</td>
|
||||
<td><input type="text" name="iota_ref" value="" /> e.g: EU-005</td>
|
||||
<td><input id="iota_ref" type="text" name="iota_ref" value="" /> e.g: EU-005</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -204,12 +204,12 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>Sat Name</td>
|
||||
<td><input type="text" name="sat_name" value="<?php echo $this->session->userdata('sat_name'); ?>" /></td>
|
||||
<td><input id="sat_name" type="text" name="sat_name" value="<?php echo $this->session->userdata('sat_name'); ?>" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Sat Mode</td>
|
||||
<td><input type="text" name="sat_mode" value="<?php echo $this->session->userdata('sat_mode'); ?>" /></td>
|
||||
<td><input id="sat_mode" type="text" name="sat_mode" value="<?php echo $this->session->userdata('sat_mode'); ?>" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -15,6 +15,10 @@ table .title { font-weight: bold; color: #439BF6; }
|
|||
.band { width: 80px; }
|
||||
.mode { width: 80px; }
|
||||
#callsign { text-transform: uppercase; }
|
||||
#locator { text-transform: uppercase; }
|
||||
#sat_name { text-transform: uppercase; }
|
||||
#sat_mode { text-transform: uppercase; }
|
||||
#iota_ref { text-transform: uppercase; }
|
||||
|
||||
input[type="text"] {
|
||||
color: #000000 !important;
|
||||
|
|
Ładowanie…
Reference in New Issue