[SUCS Devel] [Git][sucssite/sucs-site][sucs-site] 3 commits: Fix short uri page not displaying the box thing properly.
Imran Hussain
imranh at sucs.org
Fri Sep 25 16:10:40 BST 2015
Imran Hussain pushed to branch sucs-site 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.
- - - - -
af3d9f58 by Imran Hussain at 2015-09-25T16:07:52Z
Merge branch 'master' into 'beta'
Fix short uri page not displaying the box thing properly.
Horrible hack that works for now. To be gotten rid of in redesign.
See merge request !16
- - - - -
47149d30 by Imran Hussain at 2015-09-25T16:10:36Z
Merge branch 'beta' into 'sucs-site'
Push shirturi box thing fix to live
werks fine in beta
See merge request !17
- - - - -
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/compare/815e7049323d1e189ac4cf1d86e58bb915554230...47149d303a092941bf2e1c2e1740a4ad653decba
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20150925/64ececc0/attachment-0001.html>
More information about the Devel
mailing list