summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-07-27 19:46:59 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2013-07-27 19:46:59 -0400
commit15a58d3ed9c983bc6285e1fc72c31903a69d31dc (patch)
treec099f05a6899320d7e9aa7e57a87854ea621377a /templates
parent564b499a9dbf2c9c42f2175f6cbf9d7f7a92e2f2 (diff)
Fix .error class in the add website modal
Diffstat (limited to 'templates')
-rw-r--r--templates/part.addnew.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.addnew.php b/templates/part.addnew.php
index f86fa9030..fe0776101 100644
--- a/templates/part.addnew.php
+++ b/templates/part.addnew.php
@@ -11,7 +11,7 @@
}">+ <span><?php p($l->t('Add Website'))?></span></a>
<div class="add-new-popup">
<fieldset class="personalblock">
- <p class="error">
+ <p class="error" ng-show="feedExistsError || folderExistsError">
<span ng-show="feedExistsError">
<?php p($l->t('Error: address exists already!')); ?>
</span>