coach helper status
This commit is contained in:
@@ -8,8 +8,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" 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"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{foreach $user_array as $user}
|
||||
<a href="/admin/coaches/{$user->get_ua_id()}">
|
||||
<div class="list_item">
|
||||
<img src="/_image/coach.png">
|
||||
<img src="/_image/coach.png" class="{if $user->get_ua_helper()}transp{/if}">
|
||||
{$user->get_ua_name()}
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user