| build->id;?> | -build->product;?> | -build->name;?> | -build->scmPath;?> | -build->filePath;?> | -build->date;?> | -build->builder;?> | -actions;?> | +|||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| build->product;?> | +build->id;?> | +build->name;?> | +build->scmPath;?> | +build->filePath;?> | +build->date;?> | +build->builder;?> | +actions;?> | |||||
| id;?> | -productName;?> | -+ $builds):?> + + $build):?> + + | ||||||||||
|
+ productName;?>
+ project->build;?>
+ |
+
+ id;?> | +branchName) echo "{$build->branchName}"?> createLink('build', 'view', "build=$build->id"), $build->name);?> | -scmPath, 'http') === 0 ? html::a($build->scmPath) : $build->scmPath;?> | -filePath, 'http') === 0 ? html::a($build->filePath) : $build->filePath;?> | -date?> | -builder]?> | -+ | scmPath, 'http') === 0 ? html::a($build->scmPath) : $build->scmPath;?> | +filePath, 'http') === 0 ? html::a($build->filePath) : $build->filePath;?> | +date?> | +builder]?> | +
- createLink('build', 'delete', "buildID=$build->id&confirm=yes");
- echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"buildList\",confirmDelete)", '', '', "class='btn' title='{$lang->build->delete}'");
- }
- ?>
+ createLink('build', 'delete', "buildID=$build->id&confirm=yes");
+ echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"buildList\",confirmDelete)", '', '', "class='btn' title='{$lang->build->delete}'");
+ }
+ ?>
|