![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Mar 2007
Posts: 49
![]() |
How Do I Move Editors Area Form To Right Panel From The Left Panel?
Thanks |
|
|
|
|
|
#2 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,356
![]() ![]() ![]() ![]() |
What template are you using?
What version of eSyndiCat?
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#3 |
|
Join Date: Mar 2007
Posts: 49
![]() |
Using V2.1.02
Template= GreenLeaves |
|
|
|
|
|
#4 | |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,356
![]() ![]() ![]() ![]() |
find in header.tpl:
Code:
{if $config.editors}
<!-- editors box start -->
{dynamic}
{include file="box-header.tpl" caption=$lang.editors_area style="orange"}
{if $editor}
{$lang.welcome}, <strong>{$editor.username}</strong>!
<ul class="editor-menu">
{if $category.id > 0 || $config.categories_list}
{if $config.suggest_category}<li><a href="suggest-category.php{if
$category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_category}</a></li>{/if}
<li><a href="suggest-link.php{if
$category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_link}</a></li>
{/if}
<li>{if $config.mod_rewrite}
<a href="editor-links.html">{$lang.view_my_links}</a>
{else}
<a href="listings.php?view=editor">{$lang.view_my_links}</a>
{/if}</li>
<li><a href="editor-account.php">{$lang.edit_account}</a></li>
{foreach from=$menus item=menu_item name=bottom_menus}
{in_array_exist def=3 values=$menu_item.menus}
{if $result_valid}
<li>{if $menu_item.unique_url}
<a
href="{$menu_item.unique_url}">{$menu_item.title}</a>
{else}
{if $config.mod_rewrite}
<a
href="{$config.base}{$config.dir}p{$menu_item.name}.html">{$menu_item.title}</a>
{else}
<a
href="{$config.base}{$config.dir}page.php?name={$menu_item.name}">{$lang.$ed_page_title}</a>
{/if}
{/if}</li>
{/if}
{/foreach}
<li><a href="logout.php?action=logout">{$lang.logout}</a></li>
</ul>
{else}
<form action="{$config.base}{$config.dir}login.php" method="post">
<table class="no" cellpadding="2" cellspacing="0">
<tr>
<td>{$lang.username}:<br /><input type="text"
tabindex="1" name="username" size="20" value="" /></td>
</tr>
<tr>
<td>{$lang.password}:<br /><input type="password"
tabindex="2" name="password" size="20" value="" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: 10px;"><input
type="submit" tabindex="3" name="login" value="{$lang.login}" />
<a
href="{$config.base}{$config.dir}forgot.php">{$lang.forgot}</a>
<a href="{$config.base}{$config.dir}register.php"
rel="nofollow">{$lang.register}</a>
</td>
</tr>
</table>
</form>
{/if}
{include file="box-footer.tpl"}
{/dynamic}
<!-- editors box end -->
{/if}
Quote:
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|