22july
This commit is contained in:
@ -122,10 +122,10 @@ function getTableSchema($tableName)
|
||||
echo "</pre>";
|
||||
}
|
||||
|
||||
function showEditButton($url, $text = "Edit")
|
||||
function showEditButton($url, $text = "Edit", $showtext="")
|
||||
{
|
||||
?>
|
||||
<a href="<?php echo site_url($url); ?>" class="btn btn-info btn-xs" title="<?php echo myLang($text); ?>"><i class="fas fa-edit"></i> <?php //echo myLang($text);
|
||||
<a href="<?php echo site_url($url); ?>" class="btn btn-info btn-xs" title="<?php echo myLang($text); ?>"><i class="fas fa-edit"></i> <?php echo myLang($showtext);
|
||||
?></a>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user