Fixed implementation of path alias settings.

Now report an error if path is already aliased to another location.
This commit is contained in:
2015-07-07 17:20:25 +02:00
parent 37729f648a
commit 4c8af3ef66
5 changed files with 28 additions and 2 deletions

View File

@@ -76,3 +76,9 @@ ul.horizontal li {
border-width: 2px 1px 0;
padding: 2px 7px 1px;
}
#message li.error {
background-color: #f99;
border: solid 1px red;
padding: 5px 2px 5px 2px;
}

View File

@@ -81,3 +81,8 @@ ul.horizontal {
}
}
}
#message li.error {
background-color: #f99;
border: solid 1px red;
padding: 5px 2px 5px 2px;
}