From: Sven Schöling Date: Wed, 17 Oct 2012 11:26:04 +0000 (+0200) Subject: Dokumentation zum DOM Model von SL::Layout::Top X-Git-Tag: release-3.0.0beta1~114 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a2ec076d8aeda8094a5d2284e6f9d8b5c77c0e50;p=kivitendo-erp.git Dokumentation zum DOM Model von SL::Layout::Top --- diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 36170b8fe..f007e09cb 100644 --- a/SL/Layout/Top.pm +++ b/SL/Layout/Top.pm @@ -17,3 +17,30 @@ sub stylesheets { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Layout::Top - Top line in classic and v4 menu. + +=head1 DOM MODEL + +The entire top line is rendered into a div with id C. The following classes are used: + + frame-header-element: any continuous block of entries + frame-header-left: the left floating part + frame-header-right: the right floating part + frame-header-center: the centered part + +=head1 BUGS + +none yet. :) + +=head1 AUTHOR + +Sven Schoeling Es.schoeling@linet-services.deE + +=cut