Related links prop editor: more WIP

This commit is contained in:
Tim Geyssens
2013-10-03 15:09:52 +02:00
parent fb1ea4b880
commit 6a1072e918
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
$scope.relatedLinks.push(newIntLink);
}
$scope.newCaption = '';
$scope.newLink = '';
$scope.newLink = 'http://';
$scope.newNewWindow = false;
$scope.newInternal = null;
$scope.newInternalName = '';

View File

@@ -5,7 +5,7 @@
<tr>
<td>Caption</td>
<td>Link</td>
<td>Open in new window</td>
<td>New window</td>
<td></td>
</tr>
</thead>