You are here: Foswiki>Tasks Web>Item11643 (11 Oct 2012, MichaelDaum)Edit Attach

Item11643: NatSkin edit.nat.tmpl breaks natedit

pencil
Priority: Normal
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: NatSkin
Branches:
Reported By: UlrichLeodolter
Waiting For:
Last Change By: MichaelDaum
moretopicsettings in edit.nat.tmpl breaks natedit layout.

diff below fixes the problem for me:

# diff -u ../../NatSkin/templates/edit.nat.tmpl edit.nat.tmpl 
--- ../../NatSkin/templates/edit.nat.tmpl   2012-03-09 12:01:31.561567488 +0100
+++ edit.nat.tmpl   2012-03-14 13:21:12.324606667 +0100
@@ -37,6 +37,8 @@
 %TMPL:END%
 
 %TMPL:DEF{"moretopicsettings"}%<!-- -->
+  <div class="foswikiFormStep">
+    <table class="foswikiLayoutTable">
   <tr>
     <th>%MAKETEXT{"Content language"}%</th>
     <td>
@@ -52,6 +54,8 @@
       </select>
     </td>
   </tr>
+    </table>
+  </div>
 <!-- -->%TMPL:END%
 
 %TMPL:DEF{"moresettings"}%<!-- -->

-- UlrichLeodolter - 14 Mar 2012

The fix was a bit different but things are fine now.

-- MichaelDaum - 11 Oct 2012
 

ItemTemplate edit

Summary NatSkin edit.nat.tmpl breaks natedit
ReportedBy UlrichLeodolter
Codebase trunk
SVN Range
AppliesTo Extension
Component NatSkin
Priority Normal
CurrentState Closed
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r2 - 11 Oct 2012, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy