fixed a couple of bugs with the new autocommit functionality for cs posts and the like
This commit is contained in:
parent
c55feb8bcd
commit
430583ef1c
9 changed files with 42 additions and 14 deletions
|
|
@ -49,6 +49,7 @@
|
|||
- fix: HTTP proxy not passing form elements through
|
||||
- upgrade script patches some corrupted commerce template settings
|
||||
- fix: bits of other panels showing through in admin bar
|
||||
- fix: Edit Branch on threads makes them not show up in CS
|
||||
- The Events Calendar is now the new Calendar with some fun new features.
|
||||
All your existing Events Calendars will be migrated automatically.
|
||||
- rfe: multiple redirects on a page - which one?
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
</div>
|
||||
<div style="float: left;">
|
||||
<h3><a href="<tmpl_var mostPopularUrl>"><tmpl_var mostPopularLabel></a></h3>
|
||||
<ul><tmpl_loop mostPopular>
|
||||
<ol><tmpl_loop mostPopular>
|
||||
<li><a href="<tmpl_var url>"><tmpl_var title></a></li>
|
||||
</tmpl_loop></ul>
|
||||
</tmpl_loop></ol>
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue