Bug 129462

Summary: Need jsp tag to create inner headers
Product: [Retired] Red Hat Network Reporter: Jesus M. Rodriguez <jesusr>
Component: RHN/R&DAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-18 17:48:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    
Attachments:
Description Flags
HTML with sample tag output. none

Description Jesus M. Rodriguez 2004-08-09 14:53:31 UTC
We need a jsp tag that can be used to specify the inner header of the
user creation (and other) pages.  This inner header will sit below the
nav menu bar and to the right of the left nav (if shown).   The inner
header will contain an optional icon, required text (usually the
title), and optional help icon link.  Also, there will be optional
icon and link text justified to the right.

Comment 1 Jesus M. Rodriguez 2004-08-09 14:58:16 UTC
Created attachment 102516 [details]
HTML with sample tag output.

The attachment contains two snippets of code to show what the jsp tag should
output.  It shows some different views of the header.  The icons around
Preferences are optional.

Comment 2 Jesus M. Rodriguez 2004-08-09 16:39:35 UTC
Porting Sniglits::HTML.pm rhn-toolbar tag.
Proposed tag usage:

group: rhn
name: toolbar
parameters:
  required
    base
  optional
    img
    help-url
    acl-mixins
    misc-img
    misc-acl
    misc-url
    creation-url
    creation-acl
    creation-type
    deletion-url
    deletion-acl
    deletion-type

<rhn:toolbar creation-url="foo.jsp" creation-type="user">
Text Of Toolbar
</rhn:toolbar>


Comment 3 Jesus M. Rodriguez 2004-08-11 18:59:26 UTC
Made this bug block milestone bug.