Add User Information Dialog to Workflow Management Screen

Customisation Title Add User Information Dialog to Workflow Management Screen
Purpose of Customisation Adds the standard Livelink User Information dialog to the user name in the Workflow Management screen.
Author Greg Griffiths
Date of Customisation 21 September 2004
Covers Livelink Livelink 9.2
Livelink Modules WebWork
Affected Templates \webwork\html\managementpane.html
Customisation Format HTML
Download Here Download as a ZIP file

While working on a workflow project recently, one of my team commented on the fact that the list of user in the Workflow Management screen did not have a link to show the profile of each of the Workflow Managers, in the same way that the user field is handled in other parts of the system. Upon examaning the WebLingo templates, we discovered that the change would be relatively simple as shown below :

<TR CLASS="`Str.Format( 'browseRow%1', rowfactor + 1 )`">
    <TD><IMG HEIGHT="24" ALT="" SRC="`img`px.gif" WIDTH="2" BORDER="0"></TD>
    <TD COLSPAN=2 CLASS="browseItemType"><IMG SRC="`img``r.gif`" WIDTH="16" HEIGHT="16" BORDER="0" ALT="`r.AltTag`"></TD>
    <TD COLSPAN=2 CLASS="browseItemUser" SCOPE="rowgroup"> 
        &nbsp;;;call <.HTMLPrefix() + 'douserdialog.html'>(r.ID)`r.'Name'`&nbsp;
     </TD>

The following screenshots show this customisation in action :

Before Screenshot before change
After Screenshot after change
Website Designed by Adservio Consulting Valid HTML 4.01 Strict    Valid CSS!    Level A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0