Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    2
    Plugin Contributions
    0

    database error How to change admin "messageStack" from TABLE to DIV?

    May I know how to change the following code:

    Code:
    <table border="0" width="100%" cellspacing="0" cellpadding="2">
    <tr class="messageStackCaution">
    <td class="messageStackCaution"><img src="images/icons/warning.gif" border="0" alt="Warning" title=" Warning ">&nbsp;CAUTION: <a href="https://www.zen-cart.com/tutorials/index.php?article=33" target="_blank">Your /admin/ foldername should be renamed to something less common</a>, to prevent unauthorized access.</td>
    </tr>
    </table>
    to:

    Code:
    <div class="messageStackCaution"><img src="images/icons/warning.gif" border="0" alt="Warning" title=" Warning ">&nbsp;CAUTION: <a href="https://www.zen-cart.com/tutorials/index.php?article=33" target="_blank">Your /admin/ foldername should be renamed to something less common</a>, to prevent unauthorized access.</div>
    Thanks~

  2. #2
    kelvyn Guest

    Default Re: How to change admin "messageStack" from TABLE to DIV?

    Developers toolkit is great for finding these things:
    /admin/developers_tool_kit.php?action=locate_all_files

    It's in /admin/includes/languages/english/extra_definitions/onlyFor139.php

    Which is called from
    /admin/includes/init_includes/init_errors.php

    Quote Originally Posted by wkl88 View Post
    May I know how to change the following code:

    Code:
    <table border="0" width="100%" cellspacing="0" cellpadding="2">
    <tr class="messageStackCaution">
    <td class="messageStackCaution"><img src="images/icons/warning.gif" border="0" alt="Warning" title=" Warning ">&nbsp;CAUTION: <a href="https://www.zen-cart.com/tutorials/index.php?article=33" target="_blank">Your /admin/ foldername should be renamed to something less common</a>, to prevent unauthorized access.</td>
    </tr>
    </table>
    to:

    Code:
    <div class="messageStackCaution"><img src="images/icons/warning.gif" border="0" alt="Warning" title=" Warning ">&nbsp;CAUTION: <a href="https://www.zen-cart.com/tutorials/index.php?article=33" target="_blank">Your /admin/ foldername should be renamed to something less common</a>, to prevent unauthorized access.</div>
    Thanks~

 

 

Similar Threads

  1. How do you change the breadcrumb from "Home" to "Storefront"
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Oct 2010, 09:06 PM
  2. How do I change "Table Rate (Best Way)" to "Ground Shipping"?
    By John Vieth in forum General Questions
    Replies: 4
    Last Post: 1 Jul 2010, 10:37 PM
  3. How to change "email from" field for emails to admin?
    By jetthro in forum General Questions
    Replies: 0
    Last Post: 8 May 2009, 05:40 AM
  4. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  5. Change <div class="categoryListBoxContents" style="width:33%;">
    By akabigdog in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Apr 2007, 02:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg