Change button

This commit is contained in:
Ibnu Maksum
2024-03-12 11:48:17 +07:00
parent 4cdde32cb1
commit 60babfa7b5
2 changed files with 23 additions and 16 deletions

View File

@ -10,10 +10,10 @@
{foreach $pgs as $pg}
<tr>
<td width="10" align="center" valign="center"><input type="checkbox" name="pgs[]"
{if in_array($pg, $actives)}checked{/if}
value="{$pg}"></td>
{if in_array($pg, $actives)}checked{/if} value="{$pg}"></td>
<td><a href="{$_url}paymentgateway/{$pg}"
class="btn btn-block btn-{if in_array($pg, $actives)}info{else}default{/if} text-left">{ucwords($pg)}</a></td>
class="btn btn-block btn-{if in_array($pg, $actives)}info{else}default{/if} text-left">{ucwords($pg)}</a>
</td>
<td width="10"><a href="{$_url}paymentgateway/delete/{$pg}"
onclick="return confirm('{Lang::T('Delete')} {$pg}?')" class="btn btn-danger"><i
class="glyphicon glyphicon-trash"></i></a></td>
@ -22,8 +22,8 @@
</tbody>
</table>
</div>
<div class="panel-footer"><button type="submit"
class="btn btn-primary btn-block" name="save" value="actives">{Lang::T('Save Changes')}</button></div>
<div class="panel-footer"><button type="submit" class="btn btn-primary btn-block" name="save"
value="actives">{Lang::T('Save Changes')}</button></div>
</div>
</div>
</div>