Kleine Korrekturen für Imagecropper

Berechtigungsüberprüfung in crop.php
Bild in skin/images verschoben
This commit is contained in:
kindlm
2015-07-31 18:20:23 +02:00
parent 75606c2d4f
commit f389559d69
6 changed files with 517 additions and 133 deletions
+1
View File
@@ -77,4 +77,5 @@ $this->phrasen['profil/fhausweisAbholbereitAmEmpfangAb']='FH-Ausweis abholbereit
$this->phrasen['profil/fhausweisWurdeNochNichtGedruckt']='FH-Ausweis wurde noch nicht gedruckt';
$this->phrasen['profil/ihrFotoWurdeNochNichtGeprueft']='Ihr Foto wurde noch nicht geprüft';
$this->phrasen['profil/fotoAuswählen']='Klicken Sie auf das Bild um ein Foto hochzuladen';
$this->phrasen['profil/bildSpeichern']='Bild speichern';
?>
+1
View File
@@ -74,4 +74,5 @@ $this->phrasen['profil/fhausweisAbholbereitAmEmpfangAb']='UAS ID card will be re
$this->phrasen['profil/fhausweisWurdeNochNichtGedruckt']='UAS ID card has not yet been printed';
$this->phrasen['profil/ihrFotoWurdeNochNichtGeprueft']='Your photo has not yet been approved';
$this->phrasen['profil/fotoAuswählen']='Click on the image below to upload a photo';
$this->phrasen['profil/bildSpeichern']='Save image';
?>