Project

General

Profile

« Previous | Next » 

Revision 55580

Added by Enrico Ottonello almost 5 years ago

fix Bug #16610

View differences:

PatchRecord.html
32 32
						<label class="control-label col-sm-3">Language</label>
33 33
							<div class="col-sm-9">
34 34
								<input ng-if="!item.edited" class="form-control" value="{{item.language}}" ng-disabled="!item.edited" type="text" style="width:600px"/>
35
								<select ng-if="item.edited" class="form-control" ng-model="item.language" ng-options="l.englishName as l.englishName for l in languages" style="width:600px" ng-attr-placeholder="Choose a Language...">
35
								<select ng-if="item.edited" class="form-control" ng-model="item.language" ng-options="l.iso369_1 as l.iso369_1 for l in languages" style="width:600px" ng-attr-placeholder="Choose a Language...">
36 36
									<option  value=""></option>
37 37
								</select>
38 38
							</div>

Also available in: Unified diff