]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/customHeadersFooters.module
Fix bug #11410.
[lyx.git] / lib / layouts / customHeadersFooters.module
index 91a5f00edf07671f13bd7acf60bc5578ff72b49f..9fd26755216cac10eb9725fdece26970415061d1 100644 (file)
@@ -1,12 +1,13 @@
-#\DeclareLyXModule[fancyhdr.sty]{Custom Header/Footerlines}
+#\DeclareLyXModule[fancyhdr.sty]{Custom Header/Footer Text}
+#\DeclareCategory{Page Layout}
 #DescriptionBegin
 #Adds environments to define header and footer lines.
-#NOTE: To use this module you must set the 'Headings style' in 
+#NOTE: To use this module you must set the 'Page style' in 
 #      the menu Document Settings -> Page Layout to 'fancy'!
 #DescriptionEnd
 #Author: Uwe Stöhr
 
-Format 35
+Format 97
 
 Style "Left Header"
   Category             Header/Footer
@@ -16,14 +17,17 @@ Style "Left Header"
   LabelSep             xx
   LatexName            lhead
   LabelString          "Left Header:"
-  OptionalArgs         1
+  Argument 1
+    LabelString                "Even Header"
+    Tooltip            "Alternative text for the even header"
+  EndArgument
   KeepEmpty            1
   ParSkip              0
   TopSep               0
   BottomSep            0
   ParSep               0
   LabelFont
-         Color         Green
+    Color              textlabel2
   EndFont
 End