Skip to content

Commit

Permalink
Fix some minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
olafgleba committed Jul 5, 2012
1 parent 4b2ceca commit 5f0eacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions welcompose/admin/smarty/templates/content/pages_select.html
Expand Up @@ -120,9 +120,9 @@ <h2>{$_navigation.name} <a class="toggleElemNavigation" href="#" title="{i18n 'H
{if count($page_arrays.$navigation_id) > 0}
{foreach $page_arrays.$navigation_id as $_page}
<tr>
<td class="page{if $_page.level > 1 && $_page.level < 6}{$_page.level}{elseif $_page.level >= 6}6{/if}{if $_page.draft > 0} draft{/if}" id="page{$_page.id|escape:"url"}"><a href="pages_content_edit.php?id={$_page.id|escape:"url"}" title="{i18n 'Edit page contents'}">{$_page.name}</a> {if $_page.index_page}<img src="../static/img/icons/index.gif" alt="{i18n 'Index page'}" title="{i18n 'Index page'}" />{/if} {if $_page.protect}<img src="../static/img/icons/lock.gif" alt="{i18n 'Protected page'}" title="{i18n 'Protected page'}" />{/if}{if $_page.exclude > 0}<img src="../static/img/icons/exclude.gif" alt="{i18n 'Excluded from navigation'}" title="{i18n 'Excluded from navigation'}" />{/if}</td>
<td><a class="down" href="pages_move.php?id={$_page.id|escape:"url"}&amp;direction=down#{$_page.id|escape:"url"}" title="{i18n 'Down'}"></a></td>
<td><a class="up" href="pages_move.php?id={$_page.id|escape:"url"}&amp;direction=up#{$_page.id|escape:"url"}" title="{i18n 'Up'}"></a></td>
<td class="page page{if $_page.level > 1 && $_page.level < 6}{$_page.level}{elseif $_page.level >= 6}6{/if}{if $_page.draft > 0} draft{/if}" id="page{$_page.id|escape:"url"}"><a href="pages_content_edit.php?id={$_page.id|escape:"url"}" title="{i18n 'Edit page contents'}">{$_page.name}</a> {if $_page.index_page}<img src="../static/img/icons/index.gif" alt="{i18n 'Index page'}" title="{i18n 'Index page'}" />{/if} {if $_page.protect}<img src="../static/img/icons/lock.gif" alt="{i18n 'Protected page'}" title="{i18n 'Protected page'}" />{/if}{if $_page.exclude > 0}<img src="../static/img/icons/exclude.gif" alt="{i18n 'Excluded from navigation'}" title="{i18n 'Excluded from navigation'}" />{/if}</td>
<td class="page"><a class="down" href="pages_move.php?id={$_page.id|escape:"url"}&amp;direction=down#{$_page.id|escape:"url"}" title="{i18n 'Down'}"></a></td>
<td class="page"><a class="up" href="pages_move.php?id={$_page.id|escape:"url"}&amp;direction=up#{$_page.id|escape:"url"}" title="{i18n 'Up'}"></a></td>
<td>
{assign var="page_id" value=$_page.id}
{if count($box_arrays.$page_id) > 0}
Expand Down
1 change: 1 addition & 0 deletions welcompose/update/smarty/templates/database.html
Expand Up @@ -11,6 +11,7 @@
<script src="static/libs/wcom.update.core.js"></script>
<script src="static/libs/wcom.update.helper.js"></script>
<script src="static/libs/wcom.update.events.js"></script>
<script src="static/libs/wcom.update.updater.js"></script>

<body>
<div id="container">
Expand Down

0 comments on commit 5f0eacf

Please sign in to comment.