Plugin Directory

Changeset 173273


Ignore:
Timestamp:
11/13/2009 06:39:39 PM (16 years ago)
Author:
php4ever
Message:
 
Location:
wp-realty
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-realty/tags/1.0.6/readme.txt

    r173266 r173273  
    22Contributors: Chad Broussard and Jared Ritchey
    33Donate link: http://www.wprealty.org/
    4 Tags: WordPress realty, real estate, idx, mls, rets, listings
     4Tags: WordPress realty, real estate, idx, mls, rets, Wordpress listings
    55Requires at least: 2.6
    66Tested up to: 2.7
  • wp-realty/trunk/readme.txt

    r173266 r173273  
    22Contributors: Chad Broussard and Jared Ritchey
    33Donate link: http://www.wprealty.org/
    4 Tags: WordPress realty, real estate, idx, mls, rets, listings
     4Tags: WordPress realty, real estate, idx, mls, rets, Wordpress listings
    55Requires at least: 2.6
    66Tested up to: 2.7
  • wp-realty/trunk/wp-realty.php

    r173266 r173273  
    719719    //$filepath_to_controlpanel = __FILE__;
    720720    echo '<div class="wrap">';
     721    echo '<style type="text/css" media="all">
     722    span.green-notice{
     723background:#DAFDDF url(http://www.wprealty.org/images/statusok.gif) no-repeat scroll left center;
     724border-bottom:2px solid #8DC745;
     725border-top:2px solid #8DC745;
     726display:block;
     727font-weight:700;
     728height:24px;
     729line-height:24px;
     730margin:8px 0 20px;
     731padding:3px 0;
     732text-indent:30px;
     733}</style>
     734    ';
    721735    echo '<h2>WP Realty</h2>';
     736    echo '<span class="green-notice"><a href="http://www.wprealty.org" title="WPRealty" target="_blank">Upgrade to WP Realty 2.0 Today!</a></span>';
    722737    echo '<form method="post">
    723738    <fieldset class="options">
     
    770785    @session_start();
    771786    echo '<div class="wrap">';
     787    echo '<style type="text/css" media="all">
     788    span.green-notice{
     789background:#DAFDDF url(http://www.wprealty.org/images/statusok.gif) no-repeat scroll left center;
     790border-bottom:2px solid #8DC745;
     791border-top:2px solid #8DC745;
     792display:block;
     793font-weight:700;
     794height:24px;
     795line-height:24px;
     796margin:8px 0 20px;
     797padding:3px 0;
     798text-indent:30px;
     799}</style>
     800    ';
     801    echo '<span class="green-notice"><a href="http://www.wprealty.org" title="WPRealty" target="_blank">Upgrade to WP Realty 2.0 Today!</a></span>';
    772802    echo '<h2>WP Realty v-1.0.6 - <a href="'.$config[baseurl].'/admin/index.php" onclick="return dw_loadExternal(this.href)">Admin</a> ';
    773803    echo '| <a href="'.$config[baseurl].'/admin/index.php?action=log_out" onclick="return dw_loadExternal(this.href)">Log Out</a>';
Note: See TracChangeset for help on using the changeset viewer.