Changeset 2335


Ignore:
Timestamp:
10/24/12 17:09:58 (12 years ago)
Author:
mwindhouwer
Message:

missing localhos -> isocat rewrite

Location:
cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/org/isocat/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/org/isocat/gui/ChangeRequestEditor.js

    r2029 r2335  
    243243       
    244244                if (this.cr.cdf().getRecordNode("meta").getAttribute("forum")!=null) {
    245                     this.forumArea.setText('goto the <a href="http://localhost:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.cr.cdf().getRecord("meta").forum+'" target="forum">change request forum</a>',true);
     245                    this.forumArea.setText('goto the <a href="http://isocat:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.cr.cdf().getRecord("meta").forum+'" target="forum">change request forum</a>',true);
    246246                } else {
    247247                        this.forumArea.setText("Contact the ISOcat system administration to create a forum for this group.",true);
  • cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/org/isocat/gui/GroupEditor.js

    r2288 r2335  
    216216                var txt = null;
    217217                if (this.group.cdf().getRecordNode("meta").getAttribute("forum_public")!=null) {
    218                     txt = 'goto the <a href="http://localhost:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_public")+'" target="forum">group forum</a>';
     218                    txt = 'goto the <a href="http://isocat:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_public")+'" target="forum">group forum</a>';
    219219                }
    220220        if (this.group.cdf().getRecordNode("meta").getAttribute("forum_private")!=null) {
    221221                    if (txt == null) {
    222                         txt = 'goto the <a href="http://localhost:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_private")+'" target="forum">group forum</a>';
     222                        txt = 'goto the <a href="http://isocat:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_private")+'" target="forum">group forum</a>';
    223223                    } else {
    224                         txt += ' (<a href="http://localhost:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_private")+'" target="forum">private</a>)';
     224                        txt += ' (<a href="http://isocat:8888/forum/ucp.php?mode=login&amp;redirect=./viewforum.php?f='+this.group.cdf().getRecordNode("meta").getAttribute("forum_private")+'" target="forum">private</a>)';
    225225                }
    226226                }
Note: See TracChangeset for help on using the changeset viewer.