From fa0736c01368d3b95cc0b322050188572a35967e Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Wed, 3 Sep 2008 17:37:32 +0200 Subject: [PATCH] Description of discussion --- PciIds/Html/Changes.pm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/PciIds/Html/Changes.pm b/PciIds/Html/Changes.pm index fe50ec7..57418b5 100644 --- a/PciIds/Html/Changes.pm +++ b/PciIds/Html/Changes.pm @@ -31,7 +31,7 @@ sub genNewItemForm( $$$$$$ ) { "3c595 100BaseTX [Vortex]". Do not include names of superitems in the name (like vendor name in device name). Check information specific to this ID type.

- If you there is something you want to clarify about the item, you can use note (like the ID does not belong to people using it). + If there is something you want to clarify about the item, you can use note (like the ID does not belong to people using it). Discussion is for things more relevant to history of the item than the real device (like information source). Both note and discussion is optional.'; genHtmlTail(); @@ -105,6 +105,20 @@ sub genNewHistoryForm( $$$$$$ ) { !$tables->notifExists( $auth->{'authid'}, $address->get() ) ? [ 'input', 'Subscribe:', 'checkbox', 'subscribe', "value='subscribe' checked='checked'" ] : (), [ 'input', '', 'submit', 'submit', 'value="Submit"' ] ], $values ); print ''; + print ' +

+ Please enter only accurate information. Descriptions like "Unknown modem device" are only of a little use to anybody. + Real chip names and numbers are preferred over marketing names. In case you know both, enclose the marketing name in square brackets like in + "3c595 100BaseTX [Vortex]". Do not include names of superitems in the name (like vendor name in device name). + Check information specific to this ID type. +

+ You may provide just discussion, request deletion or enter a new name and note. + Note is for clarification of the device information, discussion is for reasons, why you change it and like that. +

+ You may add discussion note to name change or deletion request too. + You must provide at last name or discussion or deletion request. +

+ If you provide note, you must provide name too.'; genHtmlTail(); return OK; } -- 2.39.2