]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/customHeadersFooters.module
DocBook: add DocBookInnerTag and family.
[lyx.git] / lib / layouts / customHeadersFooters.module
index 17c334492525ebc7f52382b15454102c86ca80d2..4aeb87ec6b7cec1d0fc489ae3ea4726b3e3a0e7d 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 40
+Format 84
 
 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              Green
   EndFont
 End