sylvieg | 1 Oct 2009 01:19
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21921] trunk/templates/tiki-admin-include-login.tpl

Revision: 21921
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21921&view=rev
Author:   sylvieg
Date:     2009-09-30 23:19:58 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
[FIX]UI: cookie name has nothing to do with remmber feature - it is the cookie prefix where is stored the login

Modified Paths:
--------------
    trunk/templates/tiki-admin-include-login.tpl

Modified: trunk/templates/tiki-admin-include-login.tpl
===================================================================
--- trunk/templates/tiki-admin-include-login.tpl	2009-09-30 20:50:01 UTC (rev 21920)
+++ trunk/templates/tiki-admin-include-login.tpl	2009-09-30 23:19:58 UTC (rev 21921)
 <at>  <at>  -173,6 +173,12  <at>  <at> 
 						</div>
 	
 						<div class="adminoptionbox">
+							<div class="adminoptionlabel"><label for="cookie_name">{tr}Cookie name{/tr}:</label> 
+								<input type="text" id="cookie_name" name="cookie_name"
value="{$prefs.cookie_name|escape}" size="50" />
+							</div>
+						</div>
+
+						<div class="adminoptionbox">
 							<div class="adminoptionlabel"><label for="rememberme">{tr}Remember me{/tr}:</label> 
 								<select name="rememberme" id="rememberme" onchange="hidedisabled('remembermeoptions',this.value);">
(Continue reading)

marclaporte | 1 Oct 2009 02:33
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21922] trunk/templates/tiki-admin-include-look.tpl

Revision: 21922
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21922&view=rev
Author:   marclaporte
Date:     2009-10-01 00:33:16 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[FIX] External link doesn't work

Modified Paths:
--------------
    trunk/templates/tiki-admin-include-look.tpl

Modified: trunk/templates/tiki-admin-include-look.tpl
===================================================================
--- trunk/templates/tiki-admin-include-look.tpl	2009-09-30 23:19:58 UTC (rev 21921)
+++ trunk/templates/tiki-admin-include-look.tpl	2009-10-01 00:33:16 UTC (rev 21922)
 <at>  <at>  -16,7 +16,7  <at>  <at> 
 							{/section}
 		</select>
 	{if $prefs.feature_help eq 'y'}
-	{help url="http://themes.tikiwiki.org" desc="{tr}Themes{/tr}"}
+	{help url="Themes" desc="{tr}Themes{/tr}"}
 	{/if}
 							{if $prefs.javascript_enabled eq 'n' or $prefs.feature_jquery eq 'n'}
 								<input type="submit" name="changestyle" value="{tr}Go{/tr}" />

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)

marclaporte | 1 Oct 2009 03:18
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21923] trunk/lib/prefs/feature.php

Revision: 21923
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21923&view=rev
Author:   marclaporte
Date:     2009-10-01 01:18:49 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[FIX] If value is empty, do not put blank value.

Modified Paths:
--------------
    trunk/lib/prefs/feature.php

Modified: trunk/lib/prefs/feature.php
===================================================================
--- trunk/lib/prefs/feature.php	2009-10-01 00:33:16 UTC (rev 21922)
+++ trunk/lib/prefs/feature.php	2009-10-01 01:18:49 UTC (rev 21923)
 <at>  <at>  -42,7 +42,7  <at>  <at> 
 		'feature_file_galleries' => array(
 			'name' => tra('File Gallery'),
 			'description' => tra('Computer files, videos or software for downloading. With check-in & check-out (lock)'),
-			'help' => 'File Gallery',
+			'help' => 'File+Gallery',
 			'type' => 'flag',
 		),
 		'feature_articles' => array(
 <at>  <at>  -436,7 +436,7  <at>  <at> 
 		'feature_mytiki' => array(
 			'name' => tra("Display 'MyTiki' in the application menu"),
 			'description' => tra("Display 'MyTiki' in the application menu"),
(Continue reading)

chibaguy | 1 Oct 2009 09:03
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21924] trunk/styles

Revision: 21924
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21924&view=rev
Author:   chibaguy
Date:     2009-10-01 07:03:32 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[FIX] IE6 stylesheet wasn't updated for revamped site header method. Too-wide IE6 left-column CSS menu
fixed but I can't check if the menus are working due to limits of my MultipleIEs IE6.

Modified Paths:
--------------
    trunk/styles/strasa/ie6.css
    trunk/styles/strasa.css

Modified: trunk/styles/strasa/ie6.css
===================================================================
--- trunk/styles/strasa/ie6.css	2009-10-01 01:18:49 UTC (rev 21923)
+++ trunk/styles/strasa/ie6.css	2009-10-01 07:03:32 UTC (rev 21924)
 <at>  <at>  -6,32 +6,26  <at>  <at> 
 	font-size: 72%;
 }

-#siteloginbar {
-	position: absolute;
-	top: 97px;
+#tiki-top .cssmenu_horiz a,
+#tiki-top .cssmenu_horiz a:visited {
+	border-color: #204a60;
 }
(Continue reading)

chibaguy | 1 Oct 2009 11:09
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21925] mods/trunk/themes/mittwoch_tiki_3/styles

Revision: 21925
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21925&view=rev
Author:   chibaguy
Date:     2009-10-01 09:09:08 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[FIX] Validation errors.

Modified Paths:
--------------
    mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch/options/darkblue.css
    mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch/options/yellow.css
    mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch.css

Modified: mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch/options/darkblue.css
===================================================================
--- mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch/options/darkblue.css	2009-10-01
07:03:32 UTC (rev 21924)
+++ mods/trunk/themes/mittwoch_tiki_3/styles/mittwoch/options/darkblue.css	2009-10-01
09:09:08 UTC (rev 21925)
 <at>  <at>  -90,7 +90,6  <at>  <at> 
 	background-position: 0 -25px;
 }

-}
 .wikitext ul a:hover {
 	list-style: url(darkblue/arrow_hover.gif);
 }

(Continue reading)

Louys World | 1 Oct 2009 11:45

[Tikiwiki-cvs/svn] (New) ՆՈՒՅՆԻՍԿ ԴԱՎԱՃԱՆՈՒԹՅՈՒԸ ԳԻՆ ՈՒՆԻ , ԵԹԵ ԿԱՏԱՐՎՈՒՄ Է ՀԱ

/* base styling */ div.pommoMailing { background-color: white; /* background color */ color: #333; /* text color */ width: 100%; padding: 6px; } div.pommoMailing a, div.pommoMailing a:visited { text-decoration: none; color: #0067ff; /* link & visited link color */ } /* header styling */ div.pommoMailing div.pommoHeader { border: 1px solid black; padding: 6px; background-color: #DDF0BD; /* light green */ color: green; width: 100%; text-align: center; } /* footer styling */ div.pommoMailing div.pommoFooter { width: 100%; padding: 5px 12px; background-color: black; color: #DDD; } div.pommoMailing p.smaller { font-size: 80%; }

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tikiwiki-cvs mailing list
Tikiwiki-cvs@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
sylvieg | 1 Oct 2009 13:57
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21926] trunk/templates/tiki-admin-include-login.tpl

Revision: 21926
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21926&view=rev
Author:   sylvieg
Date:     2009-10-01 11:57:54 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[FIX]UI: cookie doamin and path must also be out of rememberme

Modified Paths:
--------------
    trunk/templates/tiki-admin-include-login.tpl

Modified: trunk/templates/tiki-admin-include-login.tpl
===================================================================
--- trunk/templates/tiki-admin-include-login.tpl	2009-10-01 09:09:08 UTC (rev 21925)
+++ trunk/templates/tiki-admin-include-login.tpl	2009-10-01 11:57:54 UTC (rev 21926)
 <at>  <at>  -173,12 +173,6  <at>  <at> 
 						</div>
 	
 						<div class="adminoptionbox">
-							<div class="adminoptionlabel"><label for="cookie_name">{tr}Cookie name{/tr}:</label> 
-								<input type="text" id="cookie_name" name="cookie_name"
value="{$prefs.cookie_name|escape}" size="50" />
-							</div>
-						</div>
-
-						<div class="adminoptionbox">
 							<div class="adminoptionlabel"><label for="rememberme">{tr}Remember me{/tr}:</label> 
 								<select name="rememberme" id="rememberme" onchange="hidedisabled('remembermeoptions',this.value);">
 									<option value="disabled" {if $prefs.rememberme eq 'disabled'}selected="selected"{/if}>{tr}Disabled{/tr}</option>
 <at>  <at>  -218,8 +212,15  <at>  <at> 
 									</select>
 								</div>
 							</div>
+						</div>
 	
+						<fieldset><legend>{tr}Cookie{/tr}</legend>
 							<div class="adminoptionbox">
+								<div class="adminoptionlabel"><label for="cookie_name">{tr}Cookie name{/tr}:</label> 
+									<input type="text" id="cookie_name" name="cookie_name"
value="{$prefs.cookie_name|escape}" size="50" />
+								</div>
+							</div>
+							<div class="adminoptionbox">
 								<div class="adminoptionlabel"><label for="cookie_domain">{tr}Domain{/tr}:</label> 
 									<input type="text" id="cookie_domain" name="cookie_domain"
value="{$prefs.cookie_domain|escape}" size="50" />
 								</div>
 <at>  <at>  -229,7 +230,7  <at>  <at> 
 									<input type="text" id="cookie_path" name="cookie_path"
value="{$prefs.cookie_path|escape}" size="50" />
 								</div>
 							</div>
-						</div>
+						</fieldset>
 					</div>

 					{preference name=feature_banning}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
sylvieg | 1 Oct 2009 14:02
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21927] branches/proposed/templates/ tiki-admin-include-login.tpl

Revision: 21927
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21927&view=rev
Author:   sylvieg
Date:     2009-10-01 12:02:48 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[bp/ r 21926 21921][FIX]UI: cookie settings do not depend of rememberme

Modified Paths:
--------------
    branches/proposed/templates/tiki-admin-include-login.tpl

Modified: branches/proposed/templates/tiki-admin-include-login.tpl
===================================================================
--- branches/proposed/templates/tiki-admin-include-login.tpl	2009-10-01 11:57:54 UTC (rev 21926)
+++ branches/proposed/templates/tiki-admin-include-login.tpl	2009-10-01 12:02:48 UTC (rev 21927)
 <at>  <at>  -229,7 +229,9  <at>  <at> 
 </select>
 	</div>
 </div>
+</div>

+<fieldset><legend>{tr}Cookie{/tr}</legend>
 <div class="adminoptionbox">
 	<div class="adminoptionlabel"><label for="cookie_name">{tr}Cookie name{/tr}:</label> 
 	<input type="text" id="cookie_name" name="cookie_name" value="{$prefs.cookie_name|escape}"
size="50" />
 <at>  <at>  -245,10 +247,11  <at>  <at> 
 	<input type="text" id="cookie_path" name="cookie_path" value="{$prefs.cookie_path|escape}"
size="50" />
 	</div>
 </div>
-</div>
 </fieldset>

+</fieldset>

+
 <fieldset><legend>{tr}Username{/tr}</legend>
 <div class="adminoptionbox">
 	<div class="adminoption"><input type="checkbox" id="login_is_email" name="login_is_email" {if
$prefs.login_is_email eq 'y'}checked="checked"{/if} onclick="flip('useemailaslogin');" /></div>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
Nyloth | 1 Oct 2009 14:08

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21915] branches/proposed/templates/ tiki-export_tracker_item.tpl

Thanks Sylvie :)

+1
Nyloth

2009/9/30 <sylvieg-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Revision: 21915
         http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21915&view=rev
Author:   sylvieg
Date:     2009-09-30 16:47:30 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
[bp /r 19709, 19679] to allow the release script to check smarty syntax

Modified Paths:
--------------
   branches/proposed/templates/tiki-export_tracker_item.tpl

Modified: branches/proposed/templates/tiki-export_tracker_item.tpl
===================================================================
--- branches/proposed/templates/tiki-export_tracker_item.tpl    2009-09-30 15:43:26 UTC (rev 21914)
+++ branches/proposed/templates/tiki-export_tracker_item.tpl    2009-09-30 16:47:30 UTC (rev 21915)
<at> <at> -1,60 +1,63 <at> <at>
 {strip}
-{if $heading ne 'n'}
-{if $showItemId ne 'n'}
-{assign var='comma' value='y'}
-{$delimitorL}itemId{$delimitorR}
-{/if}
-{if $showStatus ne 'n'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}status{$delimitorR}
-{/if}
-{if $showCreated ne 'n'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}created{$delimitorR}
-{/if}
-{if $showLastModif ne 'n'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}lastModif{$delimitorR}
-{/if}
-{if !empty($listfields)}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-{foreach item=field key=fieldId from=$listfields name=list}
-       {$delimitorL}{$field.name} -- {$fieldId}{$delimitorR}
-       {if !$smarty.foreach.list.last}{$separator}{/if}
-{/foreach}
-{/if}
-{assign var='comma' value='n'}
+       {if $heading ne 'n'}
+               {if $showItemId ne 'n'}
+                       {assign var='comma' value='y'}
+                       {$delimitorL}itemId{$delimitorR}
+               {/if}
+               {if $showStatus ne 'n'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}status{$delimitorR}
+               {/if}
+               {if $showCreated ne 'n'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}created{$delimitorR}
+               {/if}
+               {if $showLastModif ne 'n'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}lastModif{$delimitorR}
+               {/if}
+               {if !empty($listfields)}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {foreach item=field key=fieldId from=$listfields name=list}
+                               {$delimitorL}{$field.name} -- {$fieldId}{$delimitorR}
+                               {if !$smarty.foreach.list.last}{$separator}{/if}
+                       {/foreach}
+               {/if}
+               {assign var='comma' value='n'}
+       {/if}
 {/strip}
-{strip}
-{/if}
 {foreach from=$items item=item}
-{assign var='comma' value='n'}
-{if $showItemId ne 'n'}
-{assign var='comma' value='y'}
-{$delimitorL}{$item.itemId}{$delimitorR}
-{/if}
-{if $showStatus eq 'y'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}{$item.status}{$delimitorR}
-{/if}
-{if $showCreated ne 'n'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}{$item.created|tiki_short_datetime}{$delimitorR}
-{/if}
-{if $showLastModif ne 'n'}
-       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-       {$delimitorL}{$item.lastModif|tiki_short_datetime}{$delimitorR}
-{/if}
-{if !empty($listfields)}
-{if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
-{foreach item=field_value from=$item.field_values name=list}
-       {if $field_value.isHidden ne 'c' or ($field_value.isHidden eq 'c' and ($item.itemUser eq $user or $tiki_p_admin_trackers eq 'y'))}
-               {capture name="line"}{include file="tracker_item_field_value.tpl" list_mode='csv' showlinks='n'}{/capture}{$delimitorL}{$smarty.capture.line|replace:"\r\n":"`$CR`"|replace:"\n":"`$CR`"|replace:"<br />":"`$CR`"|replace:"`$delimitorL`":"`$delimitorL``$delimitorL`"|replace:"`$delimitorR`":"`$delimitorR``$delimitorR`"}{$delimitorR}
-       {else}
-               {$delimitorL}{$delimitorR}
-       {/if}
-       {if !$smarty.foreach.list.last}{$separator}{/if}
-{/foreach}
-{/if}
-{/strip}
+{strip}{* DO NOT ident this strip - the line must not begin with space *}
+               {assign var='comma' value='n'}
+               {if $showItemId ne 'n'}
+                       {assign var='comma' value='y'}
+                       {$delimitorL}{$item.itemId}{$delimitorR}
+               {/if}
+               {if $showStatus eq 'y'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}{$item.status}{$delimitorR}
+               {/if}
+               {if $showCreated ne 'n'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}{$item.created|tiki_short_datetime}{$delimitorR}
+               {/if}
+               {if $showLastModif ne 'n'}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {$delimitorL}{$item.lastModif|tiki_short_datetime}{$delimitorR}
+               {/if}
+               {if !empty($listfields)}
+                       {if $comma eq 'y'}{$separator}{else}{assign var='comma' value='y'}{/if}
+                       {foreach item=field_value from=$item.field_values name=list}
+                               {if $field_value.isHidden ne 'c' or ($field_value.isHidden eq 'c' and ($item.itemUser eq $user or $tiki_p_admin_trackers eq 'y'))}
+                                       {capture name="line"}
+                                               {include file='tracker_item_field_value.tpl' list_mode='csv' showlinks='n'}
+                                       {/capture}
+                                       {$delimitorL}{$smarty.capture.line|replace:"\r\n":"`$CR`"|replace:"\n":"`$CR`"|replace:"<br />":"`$CR`"|replace:"`$delimitorL`":"`$delimitorL``$delimitorL`"|replace:"`$delimitorR`":"`$delimitorR``$delimitorR`"}{$delimitorR}
+                               {else}
+                                       {$delimitorL}{$delimitorR}
+                               {/if}
+                               {if !$smarty.foreach.list.last}{$separator}{/if}
+                       {/foreach}
+               {/if}
+       {/strip}
 {/foreach}
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tikiwiki-cvs mailing list
Tikiwiki-cvs-5NWGOfrQmnc@public.gmane.orgurceforge.net
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tikiwiki-cvs mailing list
Tikiwiki-cvs@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
Nyloth | 1 Oct 2009 14:09

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[21927] branches/proposed/templates/ tiki-admin-include-login.tpl

+1

Nyloth

2009/10/1 <sylvieg-Rn4VEauK+AKHXe+LvDLADg@public.gmane.orgrceforge.net>
Revision: 21927
         http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=21927&view=rev
Author:   sylvieg
Date:     2009-10-01 12:02:48 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
[bp/ r 21926 21921][FIX]UI: cookie settings do not depend of rememberme

Modified Paths:
--------------
   branches/proposed/templates/tiki-admin-include-login.tpl

Modified: branches/proposed/templates/tiki-admin-include-login.tpl
===================================================================
--- branches/proposed/templates/tiki-admin-include-login.tpl    2009-10-01 11:57:54 UTC (rev 21926)
+++ branches/proposed/templates/tiki-admin-include-login.tpl    2009-10-01 12:02:48 UTC (rev 21927)
<at> <at> -229,7 +229,9 <at> <at>
 </select>
       </div>
 </div>
+</div>

+<fieldset><legend>{tr}Cookie{/tr}</legend>
 <div class="adminoptionbox">
       <div class="adminoptionlabel"><label for="cookie_name">{tr}Cookie name{/tr}:</label>
       <input type="text" id="cookie_name" name="cookie_name" value="{$prefs.cookie_name|escape}" size="50" />
<at> <at> -245,10 +247,11 <at> <at>
       <input type="text" id="cookie_path" name="cookie_path" value="{$prefs.cookie_path|escape}" size="50" />
       </div>
 </div>
-</div>
 </fieldset>

+</fieldset>

+
 <fieldset><legend>{tr}Username{/tr}</legend>
 <div class="adminoptionbox">
       <div class="adminoption"><input type="checkbox" id="login_is_email" name="login_is_email" {if $prefs.login_is_email eq 'y'}checked="checked"{/if} onclick="flip('useemailaslogin');" /></div>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tikiwiki-cvs mailing list
Tikiwiki-cvs-5NWGOfrQmnc@public.gmane.orgurceforge.net
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tikiwiki-cvs mailing list
Tikiwiki-cvs@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs

Gmane