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:
2015-03-11 15:18:27 +00:00
parent 8bc3ce99f2
commit 54861413e0

View File

@@ -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 */