Added button styles to contest area
这个提交包含在:
父节点
7016f46884
当前提交
8c9f540543
共有 3 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
|
||||||
|
|
||||||
/* User options */
|
/* User options */
|
||||||
// Use authentication?
|
// Use authentication?
|
||||||
$config['use_auth'] = false;
|
$config['use_auth'] = true;
|
||||||
// User table
|
// User table
|
||||||
$config['auth_table'] = "users";
|
$config['auth_table'] = "users";
|
||||||
// Minimum user level required
|
// Minimum user level required
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@ function settime () {
|
||||||
<?php if($info->qra == "Y") { ?>
|
<?php if($info->qra == "Y") { ?>
|
||||||
<td><input id="locator" type="text" name="locator" value="" size="7" /></td>
|
<td><input id="locator" type="text" name="locator" value="" size="7" /></td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<td><div class="controls"><input type="submit" value="Add QSO" /></div></td>
|
<td><input type="submit" value="Add QSO" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
// Accordion
|
// Accordion
|
||||||
$("#tabs").tabs();
|
$("#tabs").tabs();
|
||||||
$( "button, input:submit", ".wrap_content" ).button();
|
$( "button, input:submit", ".wrap_content" ).button();
|
||||||
|
$( "button, input:submit", ".contest_wrap" ).button();
|
||||||
$( "#admin" ).click(function() {
|
$( "#admin" ).click(function() {
|
||||||
$( "#submenu" ).toggle( 'blinds', null, 500 );
|
$( "#submenu" ).toggle( 'blinds', null, 500 );
|
||||||
$( "#clear" ).toggle( 'blinds', null, 500 );
|
$( "#clear" ).toggle( 'blinds', null, 500 );
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用