Form-specific Status text
Not all requests are the same, so not all web forms are the same semantically, so the status text on a form may benefit from being customized to the form semantics or origin. Right now, SLShowRequest and SLEditRequest in Customization Manager handle status lines for all requests. If we want to have different text for, say, the Photoduplication form from the Monograph form, we have to have empty values for SLShowRequest and SLEditRequest, and to add text to each form's HTML file. This also means adding text to each form's HTML file that should in fact get the same text. This ups the maintenance burden, takes changing these messages out of the hands of people who wouldn't otherwise edit web pages, and introduces a greater chance of error. The forms themselves provide a model here. If I could add SLShowRequestMonograph or similar (why not allow status codes, too, like SLShowRequestMonographStaff?), it could get processed appropriately. My assumption would be that specific status lines of this sort would override the defaults rather than aggregate to them, but there's an argument to be had there.