diff options
| author | root | 2014-10-28 00:52:21 +0100 |
|---|---|---|
| committer | root | 2014-10-28 00:52:21 +0100 |
| commit | 25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 (patch) | |
| tree | 1c4fdcee0fb7b28ca330effbcc3334de3979d555 /static/modal-edit-gallery.php | |
| parent | fe229655401abfa5aea2dc6c8830c8b9ed71aa64 (diff) | |
| download | jungegemeinde-25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3.tar.gz | |
v4.2 Sortable table + other improvements.
Diffstat (limited to 'static/modal-edit-gallery.php')
| -rw-r--r-- | static/modal-edit-gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/modal-edit-gallery.php b/static/modal-edit-gallery.php index e5a2c48..d16e580 100644 --- a/static/modal-edit-gallery.php +++ b/static/modal-edit-gallery.php @@ -14,7 +14,7 @@ <div class="form-group"> <label class="col-md-4 control-label" for="name">Galerie Name</label> <div class="col-md-6"> - <input id="name" name="name" value="<?php echo htmlentities($row["name"]); ?>" placeholder="Wie heißt die neue Foto Galerie? (Pflicht)" class="form-control input-md" required="" type="text"> + <input id="name" name="name" value="<?php echo htmlentities($row["name"]); ?>" placeholder="Wie heißt die Fotogalerie? (Pflicht)" class="form-control input-md" required="" type="text"> </div> </div> |
