labels —
Interchange 5.7.0:
Source: code/Widget/labels.widget
Lines: 12
# Copyright 2005-2007 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. See the LICENSE file for details. # # $Id: labels.widget,v 1.3 2007/03/30 23:40:58 pajamian Exp $ CodeDef labels Widget 1 CodeDef labels Description Show labels CodeDef labels MapRoutine Vend::Form::show_labels
Source: lib/Vend/Form.pm (rev. 2.76 from Sun May 11 00:01:19 2008)
Lines: 278
sub show_labels {
return show_options($_[0], $_[1], 1);
}