]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
get rid of arrow entities
authorChristian Weiske <cweiske@cweiske.de>
Tue, 2 Nov 2010 18:07:59 +0000 (19:07 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 2 Nov 2010 18:07:59 +0000 (19:07 +0100)
data/templates/bookmarks.tpl.php
data/templates/editprofile.tpl.php
data/templates/sidebar.block.menu.php
data/templates/sidebar.block.recent.php
data/templates/sidebar.block.users.php
data/templates/sidebar.block.watchlist.php
data/templates/tagrename.tpl.php

index db560f233d44afde82d3b79400d654c0347ab17d..34beb393cb14a50e8923a304efae9ed6e1284d2a 100644 (file)
@@ -121,33 +121,33 @@ $votingSort  = 'voting_desc';
 
 switch(getSortOrder()) {
 case 'date_asc':
-       $dateArrow = ' &uarr;';
+       $dateArrow = ' ';
        $dateSort  = 'date_desc';
        break;
 
 case 'title_asc':
-       $titleArrow = ' &uarr;';
+       $titleArrow = ' ';
        $titleSort  = 'title_desc';
        break;
 
 case 'title_desc':
-       $titleArrow = ' &darr;';
+       $titleArrow = ' ';
        $titleSort  = 'title_asc';
        break;
 
 case 'voting_asc':
-       $votingArrow = ' &uarr;';
+       $votingArrow = ' ';
        $votingSort  = 'voting_desc';
        break;
 
 case 'voting_desc':
-       $votingArrow = ' &darr;';
+       $votingArrow = ' ';
        $votingSort  = 'voting_asc';
        break;
 
 case 'date_desc':
 default:
-       $dateArrow = ' &darr;';
+       $dateArrow = ' ';
        $dateSort = 'date_asc';
        break;
 }
index 887dce301c63c1c5383d3730a0a1e73d285cf44b..518afbe997e4a6a73f4c2d8002c04c5e8eace82c 100644 (file)
@@ -26,7 +26,7 @@ $this->includeTemplate($GLOBALS['top_include']);
 <tr>
     <th align="left"><?php echo T_('E-mail'); ?></th>
     <td><input type="text" name="pMail" size="75" value="<?php echo filter($objectUser->getEmail(), 'xml'); ?>" /></td>
-    <td>&larr; <?php echo T_('Required'); ?></td>
+    <td> <?php echo T_('Required'); ?></td>
 </tr>
 </table>
 
index ee82997860ddd8c7f7d5be822199d3c63793eda7..94a9fa26f7cad9780cae9f613ed6f12ae3881565 100644 (file)
@@ -65,13 +65,13 @@ if (sizeof($menuTags) > 0 || ($userid != 0 && $userid === $logged_on_userid)) {
 <?php $cUser = $userservice->getUser($userid); ?>
 <?php if($userid>0): ?>
 <?php if($userid==$logged_on_userid): ?>
-<p style="text-align:right"><a href="<?php echo createURL('alltags', $cUser['username']); ?>" title="<?php echo T_('See all your tags')?>"><?php echo T_('all your tags'); ?></a> &rarr;</p>
+<p style="text-align:right"><a href="<?php echo createURL('alltags', $cUser['username']); ?>" title="<?php echo T_('See all your tags')?>"><?php echo T_('all your tags'); ?></a> </p>
 <?php else: ?>
-<p style="text-align:right"><a href="<?php echo createURL('alltags', $cUser['username']); ?>" title="<?php echo T_('See all tags from this user')?>"><?php echo T_('all tags from this user'); ?></a> &rarr;</p>
+<p style="text-align:right"><a href="<?php echo createURL('alltags', $cUser['username']); ?>" title="<?php echo T_('See all tags from this user')?>"><?php echo T_('all tags from this user'); ?></a> </p>
 <?php endif; ?>
 
 <?php else : ?>
-<p style="text-align:right"><a href="<?php echo createURL('populartags', $cUser['username']); ?>" title="<?php echo T_('See popular tags')?>"><?php echo T_('Popular Tags'); ?></a> &rarr;</p>
+<p style="text-align:right"><a href="<?php echo createURL('populartags', $cUser['username']); ?>" title="<?php echo T_('See popular tags')?>"><?php echo T_('Popular Tags'); ?></a> </p>
 <?php endif; ?>
 </div>
 
index e34f820ac5ac8d9014e57f35aaaf31cc60a77f50..1ffeb4d414ea8f5d438c620ebc9af7e92aed2b74 100644 (file)
@@ -31,7 +31,7 @@ if ($recentTags && count($recentTags) > 0) {
     }
     echo $contents ."</p>\n";
     ?>
-    <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> &rarr;</p>
+    <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> </p>
 </div>
 
 <?php
index 3ad18bc43d83027a5097baa63a79180bdce1e81f..4dd47aed275f724ca1169ba23083e2418f26aab8 100644 (file)
@@ -27,7 +27,7 @@ foreach ($lastUsers as $row) {
 ?>
 
 </table>
-<p style="text-align:right"><a href="<?php echo createURL('users'); ?>" title="<?php echo T_('See all users')?>"><?php echo T_('All users'); ?></a> &rarr;</p>
+<p style="text-align:right"><a href="<?php echo createURL('users'); ?>" title="<?php echo T_('See all users')?>"><?php echo T_('All users'); ?></a> </p>
 </div>
 <?php
 }
index 88fc928c6e305778b0c6215c1ba1d59456c03e8a..3af9c5ac699bf0736ab88c251671f370dba9d120 100644 (file)
@@ -16,7 +16,7 @@ foreach($watching as $watchuser) {
 ?>
 
 <?php if(count($closeContacts)>0):?>
-<h2 title="<?php echo T_('Close contacts are mutual contacts');?>"><?php echo ' &harr; '. T_('Close contacts'); ?></h2>
+<h2 title="<?php echo T_('Close contacts are mutual contacts');?>"><?php echo '  '. T_('Close contacts'); ?></h2>
 <div id="watching">
     <ul>
     <?php foreach($closeContacts as $watchuser): ?>
@@ -27,7 +27,7 @@ foreach($watching as $watchuser) {
 <?php endif; ?>
 
 
-<h2><?php echo ' &rarr; '. T_('Watching'); ?></h2>
+<h2><?php echo '  '. T_('Watching'); ?></h2>
 <div id="watching">
     <ul>
         <?php if($userservice->isLoggedOn() && $currentUser->getUsername() == $user): ?>            
@@ -49,7 +49,7 @@ foreach($watching as $watchuser) {
     </ul>
 </div>
 
-<h2><?php echo ' &larr; '. T_('Watched By'); ?></h2>
+<h2><?php echo '  '. T_('Watched By'); ?></h2>
 <div id="watching">
     <ul>
     <?php foreach($watchedBy as $watchuser): ?>
index ea8b516bcb4c5e9889bf867533754b654a4e7b71..894b964d7895056361ca00be307746acc2441117 100644 (file)
@@ -11,12 +11,12 @@ window.onload = function() {
 <tr>
     <th align="left"><?php echo T_('Old'); ?></th>
     <td><input type="text" name="old" id="old" value="<?php echo $old; ?>" /></td>
-    <td>&larr; <?php echo T_('Required'); ?></td>
+    <td> <?php echo T_('Required'); ?></td>
 </tr>
 <tr>
     <th align="left"><?php echo T_('New'); ?></th>
     <td><input type="text" name="new" id="new" value="" /></td>
-    <td>&larr; <?php echo T_('Required'); ?></td>
+    <td> <?php echo T_('Required'); ?></td>
 </tr>
 <tr>
     <td></td>