Skip to content
Snippets Groups Projects
Commit 285b4397 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed column alignment bug.

parent 02774a8b
Branches
Tags
No related merge requests found
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
<ul class="span-5"> <ul class="span-5">
<? endif; ?> <? endif; ?>
<? endforeach; ?> <? endforeach; ?>
<? /* Fill in empty column if we have too few values to spill over: */ ?>
<? if ($i < 10): ?></ul><ul class="span-5"><? endif; ?>
<? /* Special case: collections */ ?> <? /* Special case: collections */ ?>
<? elseif ($field == 'hierarchy_top_title'): ?> <? elseif ($field == 'hierarchy_top_title'): ?>
<? $i = 0; foreach ($sortedList as $url => $value): ?> <? $i = 0; foreach ($sortedList as $url => $value): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment