Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1575154
 поиск   регистрация   авторизация 
 
Группа :: Сети/WWW
Пакет: bugzilla-ru

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: bugzilla-ru-usesearchcomponentsenterbug-feat.patch


diff -uNr bugzilla-ru-2.16.1.1.0.orig/template/ru/default/bug/create/create.html.tmpl bugzilla-ru-2.16.1.1.0/template/ru/default/bug/create/create.html.tmpl
--- bugzilla-ru-2.16.1.1.0.orig/template/ru/default/bug/create/create.html.tmpl	2005-02-10 22:57:30 +0300
+++ bugzilla-ru-2.16.1.1.0/template/ru/default/bug/create/create.html.tmpl	2005-02-10 23:21:40 +0300
@@ -27,7 +27,7 @@
   h2 = "Здесь Вы можете зарегистрировать в Bugzilla новую ошибку."
 %]
 
-[% IF results %]
+[% IF (!Param('usesearchcomponentsenterbug') || results) %]
 <form method="post" action="post_bug.cgi">
 [% ELSE %]
 <form method="post" action="enter_bug.cgi">
@@ -83,7 +83,7 @@
           Компонент</a>:
       </strong>
     </td>
-[% UNLESS results %]
+[% UNLESS (!Param('usesearchcomponentsenterbug') || results) %]
 	  <td>
 		<input type="text" name="matchstr">
 		<select name="matchtype">
 
design & coding: Vladimir Lettiev aka crux © 2004-2005