@@ -28,6 +28,7 @@ use Lc\CaracoleBundle\Form\Credit\CreditHistoryFormType; | |||
use Lc\CaracoleBundle\Form\User\UserMerchantFormType; | |||
use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface; | |||
use Lc\SovBundle\Controller\AbstractAdminController; | |||
use Lc\SovBundle\Field\BooleanField; | |||
use Lc\SovBundle\Field\ToggleField; | |||
use Lc\SovBundle\Model\User\UserInterface; | |||
use Lc\SovBundle\Translation\TranslatorAdmin; |
@@ -6,7 +6,7 @@ | |||
.fa { | |||
position: relative; | |||
top: -4px; | |||
top: 3px; | |||
right: 7px; | |||
} | |||
@@ -2,8 +2,8 @@ | |||
menu: | |||
pointsale: Points de vente | |||
setting: Paramètres | |||
setting_merchant: Marchand | |||
setting_section: Section | |||
setting_merchant: Marchands | |||
setting_section: Sections | |||
section_openings: Ouvertures | |||
admin: Administration | |||
admin_merchant: Marchands |