coach helper status
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user