modified : custom chahges done ad fixed bugs
This commit is contained in:
parent
1501a9122e
commit
af918cd128
3 changed files with 6 additions and 3 deletions
|
@ -164,7 +164,7 @@ if(isset($_POST['unban_selected'])){
|
|||
$result_array['limit'] = $get_limit;
|
||||
if(!$array['order'])
|
||||
$result_array['order'] = " doj DESC ";
|
||||
pr($result_array,true);
|
||||
#pr($result_array,true);
|
||||
$users = get_users($result_array);
|
||||
|
||||
Assign('users', $users);
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.xedit').editable({
|
||||
/* $('.xedit').editable({
|
||||
mode: 'inline',
|
||||
url:baseurl+'/admin_area/index.php?mode=update_pharse',
|
||||
pk: function(){
|
||||
|
@ -86,7 +86,7 @@
|
|||
id = id.match(/([0-9]+)$/g);
|
||||
return id.pop();
|
||||
},
|
||||
});
|
||||
});*/
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -47,6 +47,9 @@
|
|||
{if $name=='Audio'}
|
||||
{$class='glyphicon glyphicon-music'}
|
||||
{/if}
|
||||
{if $name=='CB Issues Manager'}
|
||||
{$class='glyphicon glyphicon-list-alt'}
|
||||
{/if}
|
||||
{if $smarty.const.MAIN_PAGE == $name}
|
||||
<li class="active open">
|
||||
{else}
|
||||
|
|
Loading…
Add table
Reference in a new issue