X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FTop.pm;h=075e2f2673815255d068f3fc98e1566e159e170f;hb=67ca0f93194b1d0c8f0a3d090c6c1f604670837d;hp=36170b8fee6ddfa1bb0582a42828b41a1cc7c3ba;hpb=dc4b933b9b8b6cc61cb00ab3505ed775afed52b6;p=kivitendo-erp.git diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 36170b8fe..075e2f267 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 v3 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