Andy Smith 2011-08-19 21:38:31 +01:00
commit f10a604b29
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
/* User options */
// Use authentication?
$config['use_auth'] = false;
$config['use_auth'] = true;
// User table
$config['auth_table'] = "users";
// Minimum user level required

Wyświetl plik

@ -303,7 +303,7 @@ function settime () {
<?php if($info->qra == "Y") { ?>
<td><input id="locator" type="text" name="locator" value="" size="7" /></td>
<?php } ?>
<td><div class="controls"><input type="submit" value="Add QSO" /></div></td>
<td><input type="submit" value="Add QSO" /></td>
</tr>
</table>

Wyświetl plik

@ -15,6 +15,7 @@
// Accordion
$("#tabs").tabs();
$( "button, input:submit", ".wrap_content" ).button();
$( "button, input:submit", ".contest_wrap" ).button();
$( "#admin" ).click(function() {
$( "#submenu" ).toggle( 'blinds', null, 500 );
$( "#clear" ).toggle( 'blinds', null, 500 );