summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar mensonge2009-06-04 09:37:46 +0000
committerGravatar mensonge2009-06-04 09:37:46 +0000
commit68911e76e6f0078ea2c499f25ed9bd47f60cc52d (patch)
treebb08967e698e02db76ef887a33ca8c5f4d7172af /templates
parent12fdaddf6ae1d9c1ece8afffea6017709c742f18 (diff)
downloadscuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.tar.gz
scuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.zip
Translations
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@340 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/editbookmark.tpl.php2
-rw-r--r--templates/top.inc.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php
index 5a24cf4..8a08717 100644
--- a/templates/editbookmark.tpl.php
+++ b/templates/editbookmark.tpl.php
@@ -62,7 +62,7 @@ $this->includeTemplate("dojo.inc");
<tr id="privateNoteZone" <?php if(strlen($row['bPrivateNote'])==0):?>style="display:none"<?php endif; ?>>
<th align="left"><?php echo T_('Private Note'); ?></th>
<td><textarea name="privateNote" id="privateNote" rows="1" cols="63" ><?php echo filter($row['bPrivateNote'], 'xml'); ?></textarea></td>
- <td>&larr; <?php echo T_('Just visible by you and your friends.'); ?>
+ <td>&larr; <?php echo T_('Just visible by you and your contacts.'); ?>
</td>
</tr>
<tr>
diff --git a/templates/top.inc.php b/templates/top.inc.php
index 0770c9c..4ff43f2 100644
--- a/templates/top.inc.php
+++ b/templates/top.inc.php
@@ -47,6 +47,9 @@ if(!isset($_GET['popup'])) {
if (isset($subtitle)) {
echo '<h2>'. $subtitle ."</h2>\n";
}
+if(DEBUG_MODE) {
+ echo '<p class="error">'. T_('Admins, your installation is in "Debug Mode" ($debugMode = true). To go in "Normal Mode" and hide debugging messages, change $debugMode to false into config.inc.php.') ."</p>\n";
+}
if (isset($error) && $error!='') {
echo '<p class="error">'. $error ."</p>\n";
}