diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 13:04:54 -0800 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 13:04:54 -0800 | 
| commit | 144c2fb61ee30e1168a6afe3b0332485d748d608 (patch) | |
| tree | 2e146629ae95a9a2480584ab3a5b144b4288aace /modules/gallery | |
| parent | ca9e4d50800282486addba909829935ca521f33d (diff) | |
Minor reformatting.
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/views/simple_uploader.html.php | 23 | 
1 files changed, 12 insertions, 11 deletions
| diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index bc478232..d23b89e0 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -106,8 +106,9 @@  <form id="g-add-photos-form" action="<?= url::site("simple_uploader/finish?csrf=$csrf") ?>">    <fieldset> -    <legend> <?= t("Add photos to %album_title", array("album_title" => html::purify($item->title))) ?> </legend> - +    <legend> +      <?= t("Add photos to %album_title", array("album_title" => html::purify($item->title))) ?> +    </legend>    </fieldset>    <div id="g-add-photos">      <? if (ini_get("suhosin.session.encrypt")): ?> @@ -121,15 +122,15 @@      <? endif ?>      <div> -    <p> -      <?= t("Photos will be uploaded to album: ") ?> -    </p> -    <ul class="g-breadcrumbs"> -      <? foreach ($item->parents() as $i => $parent): ?> -      <li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::clean($parent->title) ?> </li> -      <? endforeach ?> -      <li class="g-active"> <?= html::purify($item->title) ?> </li> -    </ul> +      <p> +        <?= t("Photos will be uploaded to album: ") ?> +      </p> +      <ul class="g-breadcrumbs"> +        <? foreach ($item->parents() as $i => $parent): ?> +        <li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::clean($parent->title) ?> </li> +        <? endforeach ?> +        <li class="g-active"> <?= html::purify($item->title) ?> </li> +      </ul>      </div>      <div id="g-add-photos-canvas" style="text-align: center;"> | 
