[SUCS Devel] [Git][sucssite/sucs-site][master] Fix short uri page not displaying the box thing properly.
Imran Hussain
imranh at sucs.org
Fri Sep 25 15:58:18 BST 2015
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
79a79fd2 by Imran Hussain at 2015-09-25T15:58:14Z
Fix short uri page not displaying the box thing properly.
Horrible hack that works for now. To be gotten rid of in redesign.
- - - - -
1 changed file:
- templates/uri.tpl
Changes:
=====================================
templates/uri.tpl
=====================================
--- a/templates/uri.tpl
+++ b/templates/uri.tpl
@@ -13,7 +13,7 @@ $this->append('extra_scripts', $script);
<div class="box" style="width: 80%; margin: auto;">
<div class="boxhead"><h2>Create a ShortURI</h2></div>
-<div class="boxcontent">
+<div class="boxcontent" style="height: 69px;">
<form class="admin" action="{$path}" method="POST">
<div class="row">
<label for="uri">URI</label>
@@ -31,4 +31,4 @@ $this->append('extra_scripts', $script);
</div>
{/if}
-{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
+{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
\ No newline at end of file
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/79a79fd22e4282082d81c198bf79f1ec9461f2c0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20150925/6cbc95d8/attachment.html>
More information about the Devel
mailing list