routeSQL : Push the icons by default instead of the texts
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2007 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -55,8 +55,8 @@ class routeSQL
|
||||
$this->username = $username;
|
||||
$this->password = $password;
|
||||
$this->driver_options = $driver_options;
|
||||
$this->textDelete = dgettext("domframework","Delete");
|
||||
$this->textEdit = dgettext("domframework","Edit");
|
||||
$this->textDelete = "❌";
|
||||
$this->textEdit = "✎";
|
||||
}
|
||||
|
||||
/** Connect to the database */
|
||||
|
||||
Reference in New Issue
Block a user