Fix indent.
authorJan Schneider <jan@horde.org>
Sat, 1 Jan 2011 21:41:39 +0000 (22:41 +0100)
committerJan Schneider <jan@horde.org>
Sat, 1 Jan 2011 21:52:17 +0000 (22:52 +0100)
ansel/templates/faces/custom.inc

index dde0c89..d0493f1 100755 (executable)
@@ -37,20 +37,20 @@ Event.observe(
   <img src="<?php echo Ansel::getImageUrl($image_id, 'screen') ?>" alt="<?php echo htmlspecialchars($image->filename) ?>" id="faceImage" />
 </div>
 <div style="float:left;width:25%;text-align:center;">
-   <form method="post" action="<?php echo $form_post ?>">
-      <input type="hidden" name="image_id" id="image_id" value="<?php echo (int)$image->id ?>" />
-      <input type="hidden" name="face_id" id="face_id" value="<?php echo (int)$face_id ?>" />
-      <input type="hidden" name="gallery_id" id="gallery_id" value="<?php echo (int)$image->gallery ?>" />
-      <input type="hidden" name="x1" id="x1" value="<?php echo $x1 ?>" />
-      <input type="hidden" name="y1" id="y1" value="<?php echo $y1 ?>" />
-      <input type="hidden" name="x2" id="x2" value="<?php echo $x2 ?>" />
-      <input type="hidden" name="y2" id="y2" value="<?php echo $y2 ?>" />
-      <div class="control">
+  <form method="post" action="<?php echo $form_post ?>">
+    <input type="hidden" name="image_id" id="image_id" value="<?php echo (int)$image->id ?>" />
+    <input type="hidden" name="face_id" id="face_id" value="<?php echo (int)$face_id ?>" />
+    <input type="hidden" name="gallery_id" id="gallery_id" value="<?php echo (int)$image->gallery ?>" />
+    <input type="hidden" name="x1" id="x1" value="<?php echo $x1 ?>" />
+    <input type="hidden" name="y1" id="y1" value="<?php echo $y1 ?>" />
+    <input type="hidden" name="x2" id="x2" value="<?php echo $x2 ?>" />
+    <input type="hidden" name="y2" id="y2" value="<?php echo $y2 ?>" />
+    <div class="control">
       <div id="previewArea"></div>
-        <?php echo _("Person in photo") ?>:<input type="text" name="name" id="name" value="<?php echo htmlspecialchars($name) ?>" /><br />
-        <input type="submit" name="submit" class="button" value="<?php echo _("Save") ?>" />
-        <input type="submit" name="submit" class="button" value="<?php echo _("Cancel") ?>" />
-        <input type="reset" name="reset" class="button" value="<?php echo _("Reset") ?>" />
-      </div>
-   </form>
+      <?php echo _("Person in photo") ?>:<input type="text" name="name" id="name" value="<?php echo htmlspecialchars($name) ?>" /><br />
+      <input type="submit" name="submit" class="button" value="<?php echo _("Save") ?>" />
+      <input type="submit" name="submit" class="button" value="<?php echo _("Cancel") ?>" />
+      <input type="reset" name="reset" class="button" value="<?php echo _("Reset") ?>" />
+    </div>
+  </form>
 </div>