summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-13 04:10:50 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-13 04:10:50 +0000
commit03e31ed5cc0bccb4b2e518089884cd75f1f5c242 (patch)
tree0ab4973ab98f3c471072d36a25898bd0680293ba /core
parenta17b137f958e3006c0c6a1e0e44a972cd45025d7 (diff)
Fix indentation.
Diffstat (limited to 'core')
-rw-r--r--core/views/admin_graphics.html.php80
1 files changed, 40 insertions, 40 deletions
diff --git a/core/views/admin_graphics.html.php b/core/views/admin_graphics.html.php
index 4c209a14..22108cd7 100644
--- a/core/views/admin_graphics.html.php
+++ b/core/views/admin_graphics.html.php
@@ -46,47 +46,47 @@
</td>
</tr>
- <tr id="imagemagick" <?= ($active == "imagemagick") ? "class=\"selected\"" : "" ?>>
- <td valign="top">
- <img width="114" height="118" src="http://www.imagemagick.org/image/logo.jpg" alt="<? t("Visit the ImageMagick project site") ?>" />
- </td>
- <td>
- <h3> <?= t("ImageMagick") ?> </h3>
- <p>
- <?= t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">ImageMagick website</a> for more information.",
- array("url" => "http://www.imagemagick.org")) ?>
- </p>
- <? if ($tk->imagemagick): ?>
- <p class="gSuccess">
- <?= t("You have ImageMagick installed in {{path}}", array("path" => $tk->imagemagick)) ?>
- </p>
- <? else: ?>
- <p class="gInfo">
- <?= t("ImageMagick is not available on your system.") ?>
- </p>
- <? endif ?>
- </td>
- </tr>
+ <tr id="imagemagick" <?= ($active == "imagemagick") ? "class=\"selected\"" : "" ?>>
+ <td valign="top">
+ <img width="114" height="118" src="http://www.imagemagick.org/image/logo.jpg" alt="<? t("Visit the ImageMagick project site") ?>" />
+ </td>
+ <td>
+ <h3> <?= t("ImageMagick") ?> </h3>
+ <p>
+ <?= t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">ImageMagick website</a> for more information.",
+ array("url" => "http://www.imagemagick.org")) ?>
+ </p>
+ <? if ($tk->imagemagick): ?>
+ <p class="gSuccess">
+ <?= t("You have ImageMagick installed in {{path}}", array("path" => $tk->imagemagick)) ?>
+ </p>
+ <? else: ?>
+ <p class="gInfo">
+ <?= t("ImageMagick is not available on your system.") ?>
+ </p>
+ <? endif ?>
+ </td>
+ </tr>
- <tr id="graphicsmagick" <?= ($active == "graphicsmagick") ? "class=\"selected\"" : "" ?>>
- <td valign="top">
- <img width="107" height="76" src="http://www.graphicsmagick.org/images/gm-107x76.png" alt="<? t("Visit the GraphicsMagick project site") ?>" />
- </td>
- <td>
- <h3> <?= t("GraphicsMagick") ?> </h3>
- <p>
- <?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
- array("url" => "http://www.graphicsmagick.org")) ?>
- </p>
- <? if ($tk->graphicsmagick): ?>
- <p class="gSuccess">
- <?= t("You have GraphicsMagick installed in {{path}}", array("path" => $tk->graphicsmagick)) ?>
- </p>
- <? else: ?>
- <p class="gInfo">
- <?= t("GraphicsMagick is not available on your system.") ?>
- </p>
- <? endif ?>
+ <tr id="graphicsmagick" <?= ($active == "graphicsmagick") ? "class=\"selected\"" : "" ?>>
+ <td valign="top">
+ <img width="107" height="76" src="http://www.graphicsmagick.org/images/gm-107x76.png" alt="<? t("Visit the GraphicsMagick project site") ?>" />
+ </td>
+ <td>
+ <h3> <?= t("GraphicsMagick") ?> </h3>
+ <p>
+ <?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
+ array("url" => "http://www.graphicsmagick.org")) ?>
+ </p>
+ <? if ($tk->graphicsmagick): ?>
+ <p class="gSuccess">
+ <?= t("You have GraphicsMagick installed in {{path}}", array("path" => $tk->graphicsmagick)) ?>
+ </p>
+ <? else: ?>
+ <p class="gInfo">
+ <?= t("GraphicsMagick is not available on your system.") ?>
+ </p>
+ <? endif ?>
</td>
</tr>
</table>