Author: jerry
Date: 2005-08-12 16:03:21 +0000 (Fri, 12 Aug 2005)
New Revision: 9266

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9266

Log:
fix help links in swat editor after doc layout changes
Modified:
   branches/SAMBA_3_0/source/web/swat.c
   branches/SAMBA_3_0/swat/help/welcome.html


Changeset:
Modified: branches/SAMBA_3_0/source/web/swat.c
===================================================================
--- branches/SAMBA_3_0/source/web/swat.c        2005-08-12 16:02:41 UTC (rev 
9265)
+++ branches/SAMBA_3_0/source/web/swat.c        2005-08-12 16:03:21 UTC (rev 
9266)
@@ -188,12 +188,12 @@
        if(strcmp(pLabel, pTranslated) != 0)
        {
                pstr_sprintf(output,
-                 "<A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\"> 
%s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s <br><span 
class=\"i18n_translated_parm\">%s</span>",
+                 "<A HREF=\"/swat/help/manpages/smb.conf.5.html#%s\" 
target=\"docs\"> %s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s <br><span 
class=\"i18n_translated_parm\">%s</span>",
                   pAnchor, pHelp, pLabel, pTranslated);
                return output;
        }
        pstr_sprintf(output, 
-         "<A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\"> 
%s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s",
+         "<A HREF=\"/swat/help/manpages/smb.conf.5.html#%s\" target=\"docs\"> 
%s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s",
          pAnchor, pHelp, pLabel);
        return output;
 }

Modified: branches/SAMBA_3_0/swat/help/welcome.html
===================================================================
--- branches/SAMBA_3_0/swat/help/welcome.html   2005-08-12 16:02:41 UTC (rev 
9265)
+++ branches/SAMBA_3_0/swat/help/welcome.html   2005-08-12 16:03:21 UTC (rev 
9266)
@@ -54,9 +54,9 @@
  <li><b>Books</b>
    <ul>
     <li><a href="/swat/help/using_samba/toc.html" target="docs">Using Samba, 
2ed.</a> - by Jay Ts, Robert Eckstein, and David Collier-Brown
-    <li><a href="/swat/help/Samba3-HOWTO/">The Official Samba HOWTO and 
Reference Guide</a>
-    <li><a href="/swat/help/Samba3-ByExample/">Samba 3 by Example</a>
-    <li><a href="/swat/help/Samba3-Developers-Guide/">The Samba Developer 
Guide</a>
+    <li><a href="/swat/help/Samba3-HOWTO/" target="docs">The Official Samba 
HOWTO and Reference Guide</a>
+    <li><a href="/swat/help/Samba3-ByExample/" target="docs">Samba 3 by 
Example</a>
+    <li><a href="/swat/help/Samba3-Developers-Guide/" target="docs">The Samba 
Developer Guide</a>
    </ul>
 </ul>
  

Reply via email to