Revision 5d79e14e
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
bin/mozilla/projects.pl | ||
---|---|---|
$form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $form->{CUSTOM_VARIABLES},
|
||
'include_prefix' => 'l_',
|
||
'include_value' => 'Y');
|
||
$form->{fokus} = 'getElementById("projectnumber")';
|
||
|
||
$form->header();
|
||
print $form->parse_html_template('projects/search');
|
templates/webpages/projects/search.html | ||
---|---|---|
[%- USE T8 %]
|
||
[% USE HTML %]<body>
|
||
[% USE HTML %]<body onload="fokus()">
|
||
|
||
<form method="post" action="projects.pl">
|
||
<form method="post" action="projects.pl" name="Form">
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
|
||
... | ... | |
<table>
|
||
<tr>
|
||
<th align="right">[% 'Number' | $T8 %]</th>
|
||
<td><input name="filter.projectnumber" size="20"></td>
|
||
<td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
|
||
</tr>
|
||
|
||
<tr>
|
Auch abrufbar als: Unified diff
Die Projekt-Suchseite hat jetzt einen Fokus auf "Nummer".
(Stammdaten->Berichte->Projekte)