Хранилища Subversion ant

Сравнить редакции

Учитывать пробелы Редакция 592 → Редакция 593

/branches/ant/0.9.x/lib/core.php
1974,6 → 1974,7
}
 
$show = "<fieldset><legend>".$sInfo."</legend>\n";
$show .= "<input type='hidden' name='rtype' value='".$sRType."'>";
$show .= "<div class='inputbox'><label for='rdist'>Дистрибутив:</label> ".$this->showVDList("rdist",$this->secure->checkInt($element["dist_id"]),"innerhtml")."</div>\n";
$show .= "<div class='inputbox'><label for='rname'>Название репозитория:</label> <input type='text' name='rname' value='".$this->secure->checkStr($element["repname"],1)."'></div>\n";
$show .= "<div class='inputbox'><label for='rinfo'>Описание репозитория:</label> <input type='text' name='rinfo' value='".$this->secure->checkStr($element["repinfo"],1)."'></div>\n";
1988,7 → 1989,6
$show .= "<div class='inputbox'><input type='submit' value=' Отправить данные '></div></fieldset>\n";
 
return $show;
return $show;
}
}