coach helper status

This commit is contained in:
Ricsi
2016-12-07 09:27:02 +01:00
parent 303f26587f
commit 8350c1f546
6 changed files with 47 additions and 20 deletions

View File

@@ -12,8 +12,8 @@
</div>
<div>
<label class="desc" id="title1" for="ua_email">Email cím:</label>
<div><input type="text" name="ua_email" id="ua_email" value="{$user_data.ua_email}" required></div>
<label class="desc" id="title1" for="ua_helper">Segédedző:</label>
<div><input type="checkbox" name="ua_helper" id="ua_helper" value="1" {if $user_data.ua_helper == 1}checked{/if}></div>
</div>
<div>
@@ -38,7 +38,6 @@
<script type="text/javascript">
$( document ).ready(function() {
//
if (!$('#ua_can_login').attr('checked')) $("#password").hide();
});