1 Sep 2010 16:55
Lx-Office ERP, branch master updated. release-2.6.1-269-g5d79e14
Sven Donath <m.bunkus <at> linet-services.de>
2010-09-01 14:55:43 GMT
2010-09-01 14:55:43 GMT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Lx-Office ERP".
The branch master has been updated
via 5d79e14ec6fedc12d0f5a3a13e7466684cb21080 (commit)
via da202b2d715a4c3f8b24a1f7bd3dbfebb14d0ce0 (commit)
from a4551dbafb54620a87faedac6b0970ca9cb78979 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d79e14ec6fedc12d0f5a3a13e7466684cb21080
Author: Sven Donath <lxo <at> dexo.de>
Date: Wed Sep 1 16:50:07 2010 +0200
Die Projekt-Suchseite hat jetzt einen Fokus auf "Nummer".
(Stammdaten->Berichte->Projekte)
commit da202b2d715a4c3f8b24a1f7bd3dbfebb14d0ce0
Author: Sven Donath <lxo <at> dexo.de>
Date: Wed Sep 1 12:57:31 2010 +0200
Kosmetik
-----------------------------------------------------------------------
Summary of changes:
bin/mozilla/ic.pl | 4 ++--
bin/mozilla/projects.pl | 1 +
templates/webpages/projects/search.html | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
Full change list:
diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl
index 4b09b5a..3fa0da5 100644
--- a/bin/mozilla/ic.pl
+++ b/bin/mozilla/ic.pl
<at> <at> -78,7 +78,7 <at> <at> sub add {
$auth->assert('part_service_assembly_edit');
- my $title = 'Add ' . ucfirst $form->{item};
+ my $title = 'Add ' . ucfirst $form->{item};
$form->{title} = $locale->text($title);
$form->{callback} = "$form->{script}?action=add&item=$form->{item}" unless $form->{callback};
$form->{unit_changeable} = 1;
<at> <at> -1420,7 +1420,7 <at> <at> sub edit {
$form->{"original_partnumber"} = $form->{"partnumber"};
- my $title = 'Edit ' . ucfirst $form->{item};
+ my $title = 'Edit ' . ucfirst $form->{item};
$form->{title} = $locale->text($title);
&link_part;
diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl
index a59ecc9..f854a4a 100644
--- a/bin/mozilla/projects.pl
+++ b/bin/mozilla/projects.pl
<at> <at> -92,6 +92,7 <at> <at> sub search {
$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');
diff --git a/templates/webpages/projects/search.html b/templates/webpages/projects/search.html
index e7b030c..25c74c3 100644
--- a/templates/webpages/projects/search.html
+++ b/templates/webpages/projects/search.html
<at> <at> -1,7 +1,7 <at> <at>
[%- 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>
<at> <at> -9,7 +9,7 <at> <at>
<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>
hooks/post-receive
--
--
Lx-Office ERP
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
RSS Feed