Skip to content

Commit

Permalink
Item158:
Browse files Browse the repository at this point in the history
   * fixed javascript error in IE6/7
   * fixed single wikiword formvalues to autolink again



git-svn-id: http://svn.foswiki.org/trunk/NatSkin@593 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 13, 2008
1 parent 27534d7 commit 1168c5d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/TWiki/NatSkin.txt
Expand Up @@ -119,7 +119,7 @@ allways open an extra window.
| Skin Author: | Michael Daum |
| Copyright ©: | 2003-2008, Michael Daum http://michaeldaumconsulting.com |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Skin Version: | v3.0-pre25 |
| Skin Version: | v3.0-pre26 |
| Dependencies: | NatSkinPlugin |
| Description: | Driven by cascading stylesheets, Comes with 12 alternative styles, <nop>MoveableType and Wordpress Look-n-Feel |
| Base Name: | nat |
Expand Down
2 changes: 1 addition & 1 deletion lib/TWiki/Contrib/NatSkin.pm
@@ -1,6 +1,6 @@
package TWiki::Contrib::NatSkin;
use vars qw($VERSION $RELEASE);
$VERSION = '$Rev$';
$RELEASE = '3.00-pre25';
$RELEASE = '3.00-pre26';

1;
2 changes: 1 addition & 1 deletion pub/TWiki/NatSkin/BlueNoteStyle.css
Expand Up @@ -792,7 +792,7 @@ fieldset .twikiFormSteps {
margin-top:0.1em;
}
.border {
border:1px #ddd solid;
border:1px #ccc solid;
}

/* blogging */
Expand Down
4 changes: 2 additions & 2 deletions templates/formtables.nat.tmpl
Expand Up @@ -20,8 +20,8 @@
}%<table class="twikiTable">%TMPL:END%
%TMPL:DEF{FORM:display:row}% <!-- form:display:row -->
<tr>
<th class="twikiTableFirstCol">%A_TITLE%:</th>
<td class="twikiFormValue">%A_VALUE%</td>
<th class="twikiTableFirstCol"> %A_TITLE%: </th>
<td class="twikiFormValue"> %A_VALUE% </td>
</tr>%TMPL:END%
%TMPL:DEF{FORM:display:footer}% <!-- form:display:footer -->
</table>%ENDTWISTY%</div>%TMPL:END%
2 changes: 1 addition & 1 deletion templates/page.nat.tmpl
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="TWiki/NatSkin" /> %TMPL:P{"meta"}%
<title>%TMPL:P{"title"}%</title>
<meta name="generator" content="TWiki/NatSkin" /> %TMPL:P{"meta"}%
%IFDEFINEDTHEN{"%FAVICON%"}%
<link rel="icon" href="%FAVICON%" type="image/x-icon" />
<link rel="shortcut icon" href="%FAVICON%" type="image/x-icon" />
Expand Down
4 changes: 1 addition & 3 deletions templates/viewjavascript.nat.tmpl
Expand Up @@ -14,9 +14,7 @@ $(function() {
delay:350,
track:true,
showURL:false,
extraClass:'twiki',
//extraClass:'bubble',
//showBody:': '
extraClass:'twiki'
});
}
/* move revinfo */
Expand Down

0 comments on commit 1168c5d

Please sign in to comment.