fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11968] property: remove cursor:help


From: Sigurd Nes
Subject: [Fmsystem-commits] [11968] property: remove cursor:help
Date: Tue, 13 May 2014 12:35:47 +0000

Revision: 11968
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11968
Author:   sigurdne
Date:     2014-05-13 12:35:47 +0000 (Tue, 13 May 2014)
Log Message:
-----------
property: remove cursor:help

Modified Paths:
--------------
    trunk/property/inc/class.uiagreement.inc.php
    trunk/property/inc/class.uirequest.inc.php
    trunk/property/inc/class.uitts.inc.php
    trunk/property/templates/base/migrate.xsl
    trunk/property/templates/base/request.xsl
    trunk/property/templates/base/tenant_claim.xsl
    trunk/property/templates/base/wo_hour.xsl

Modified: trunk/property/inc/class.uiagreement.inc.php
===================================================================
--- trunk/property/inc/class.uiagreement.inc.php        2014-05-13 09:19:45 UTC 
(rev 11967)
+++ trunk/property/inc/class.uiagreement.inc.php        2014-05-13 12:35:47 UTC 
(rev 11968)
@@ -1364,8 +1364,8 @@
 
                        for($z=0; $z<count($agreement['files']); $z++)
                        {
-                               $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$agreement['files'][$z]['name'].'</a>';
-                               $content_files[$z]['delete_file'] = '<input 
type="checkbox" name="values[file_action][]" 
value="'.$agreement['files'][$z]['name'].'" title="'.lang('Check to delete 
file').'" style="cursor:help">';
+                               $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view 
file').'">'.$agreement['files'][$z]['name'].'</a>';
+                               $content_files[$z]['delete_file'] = '<input 
type="checkbox" name="values[file_action][]" 
value="'.$agreement['files'][$z]['name'].'" title="'.lang('Check to delete 
file').'">';
                        }
 
                        $datavalues[2] = array
@@ -2170,11 +2170,11 @@
                        {
                                if ($link_to_files != '')
                                {
-                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$agreement['files'][$z]['directory'].'/'.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$agreement['files'][$z]['name'].'</a>';
+                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$agreement['files'][$z]['directory'].'/'.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view 
file').'">'.$agreement['files'][$z]['name'].'</a>';
                                }
                                else
                                {
-                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$agreement['files'][$z]['name'].'</a>';
+                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$agreement['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view 
file').'">'.$agreement['files'][$z]['name'].'</a>';
                                }
                        }
 

Modified: trunk/property/inc/class.uirequest.inc.php
===================================================================
--- trunk/property/inc/class.uirequest.inc.php  2014-05-13 09:19:45 UTC (rev 
11967)
+++ trunk/property/inc/class.uirequest.inc.php  2014-05-13 12:35:47 UTC (rev 
11968)
@@ -1527,13 +1527,13 @@
                        {
                                if ($link_to_files != '')
                                {
-                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$values['files'][$z]['directory'].'/'.$values['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$values['files'][$z]['name'].'</a>';
+                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$values['files'][$z]['directory'].'/'.$values['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view 
file').'">'.$values['files'][$z]['name'].'</a>';
                                }
                                else
                                {
-                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$values['files'][$z]['file_name'].'" 
target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$values['files'][$z]['name'].'</a>';
+                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_view_file.'&amp;file_name='.$values['files'][$z]['file_name'].'" 
target="_blank" title="'.lang('click to view 
file').'">'.$values['files'][$z]['name'].'</a>';
                                }
-                               $content_files[$z]['delete_file'] = '<input 
type="checkbox" name="values[file_action][]" 
value="'.$values['files'][$z]['name'].'" title="'.lang('Check to delete 
file').'" style="cursor:help">';
+                               $content_files[$z]['delete_file'] = '<input 
type="checkbox" name="values[file_action][]" 
value="'.$values['files'][$z]['name'].'" title="'.lang('Check to delete 
file').'" >';
                        }
 
                        $datavalues[1] = array

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2014-05-13 09:19:45 UTC (rev 
11967)
+++ trunk/property/inc/class.uitts.inc.php      2014-05-13 12:35:47 UTC (rev 
11968)
@@ -3155,7 +3155,7 @@
                        {                               
                                if ($link_to_files != '')
                                {
-                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$ticket['files'][$z]['directory'].'/'.$ticket['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view file').'" 
style="cursor:help">'.$ticket['files'][$z]['name'].'</a>';
+                                       $content_files[$z]['file_name'] = '<a 
href="'.$link_to_files.'/'.$ticket['files'][$z]['directory'].'/'.$ticket['files'][$z]['file_name'].'"
 target="_blank" title="'.lang('click to view 
file').'">'.$ticket['files'][$z]['name'].'</a>';
                                }
                                else
                                {

Modified: trunk/property/templates/base/migrate.xsl
===================================================================
--- trunk/property/templates/base/migrate.xsl   2014-05-13 09:19:45 UTC (rev 
11967)
+++ trunk/property/templates/base/migrate.xsl   2014-05-13 12:35:47 UTC (rev 
11968)
@@ -93,7 +93,7 @@
                        </td>
                        <xsl:choose>
                                <xsl:when test="lang_select_migrate_text != ''">
-                                       <td align="center" 
title="{lang_select_migrate_text}" style="cursor:help">
+                                       <td align="center" 
title="{lang_select_migrate_text}">
                                                <input type="checkbox" 
name="values[]" value="{domain}">
                                                </input>
                                        </td>

Modified: trunk/property/templates/base/request.xsl
===================================================================
--- trunk/property/templates/base/request.xsl   2014-05-13 09:19:45 UTC (rev 
11967)
+++ trunk/property/templates/base/request.xsl   2014-05-13 12:35:47 UTC (rev 
11968)
@@ -628,18 +628,6 @@
                                                                        
<xsl:call-template name="file_upload"/>
                                                                </xsl:when>
                                                        </xsl:choose>
-                                                       <tr height="50">
-                                                               <td>
-                                                                       
<xsl:variable name="lang_save">
-                                                                               
<xsl:value-of select="lang_save"/>
-                                                                       
</xsl:variable>
-                                                                       <input 
type="submit" name="values[save]" value="{$lang_save}">
-                                                                               
<xsl:attribute name="title">
-                                                                               
        <xsl:value-of select="lang_save_statustext"/>
-                                                                               
</xsl:attribute>
-                                                                       </input>
-                                                               </td>
-                                                       </tr>
                                                </table>
                                        </div>
                                        <div id="history">

Modified: trunk/property/templates/base/tenant_claim.xsl
===================================================================
--- trunk/property/templates/base/tenant_claim.xsl      2014-05-13 09:19:45 UTC 
(rev 11967)
+++ trunk/property/templates/base/tenant_claim.xsl      2014-05-13 12:35:47 UTC 
(rev 11968)
@@ -62,7 +62,7 @@
                                                                </td>
                                                                <td 
class="th_text" align="left">
                                                                        
<xsl:for-each select="data">
-                                                                               
<a href="{link}" title="{//lang_origin_statustext}" style="cursor:help">
+                                                                               
<a href="{link}" title="{//lang_origin_statustext}">
                                                                                
        <xsl:value-of select="id"/>
                                                                                
</a>
                                                                                
<xsl:text> </xsl:text>

Modified: trunk/property/templates/base/wo_hour.xsl
===================================================================
--- trunk/property/templates/base/wo_hour.xsl   2014-05-13 09:19:45 UTC (rev 
11967)
+++ trunk/property/templates/base/wo_hour.xsl   2014-05-13 12:35:47 UTC (rev 
11968)
@@ -1419,7 +1419,7 @@
                                </input>
                        </td>
                        <td>
-                               <select name="values[wo_hour_cat][{counter}]" 
class="forms" title="{lang_wo_hour_cat_statustext}" style="cursor:help">
+                               <select name="values[wo_hour_cat][{counter}]" 
class="forms" title="{lang_wo_hour_cat_statustext}">
                                        <option value="">
                                                <xsl:value-of 
select="//lang_no_wo_hour_cat"/>
                                        </option>
@@ -1814,7 +1814,7 @@
                                <input type="text" size="6" 
name="values[quantity][{counter}]"/>
                        </td>
                        <td>
-                               <select name="values[wo_hour_cat][{counter}]" 
class="forms" title="{lang_wo_hour_cat_statustext}" style="cursor:help">
+                               <select name="values[wo_hour_cat][{counter}]" 
class="forms" title="{lang_wo_hour_cat_statustext}">
                                        <option value="">
                                                <xsl:value-of 
select="//lang_no_wo_hour_cat"/>
                                        </option>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]