Plugin Directory

Changeset 464394


Ignore:
Timestamp:
11/17/2011 10:49:07 PM (14 years ago)
Author:
markpdxt
Message:

initial

Location:
sync-facebook-events/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • sync-facebook-events/trunk/sync-facebook-events.php

    r464387 r464394  
    9595        <input type="hidden" name="update" />
    9696        <?php
    97         echo '<form action="'. $_SERVER["REQUEST_URI"] .'" method="post"><table style="width:45%;">';
     97        echo '<form action="'. $_SERVER["REQUEST_URI"] .'" method="post"><table style="width:500px;">';
    9898        echo '<tr><td>Facebook App ID:</td><td><input type="text" id="fbes_api_key" name="fbes_api_key" value="'.htmlentities($fbes_api_key).'" size="35" /></td><tr>';
    9999        echo '<tr><td>Facebook App Secret:</td><td><input type="text" id="fbes_api_secret" name="fbes_api_secret" value="'.htmlentities($fbes_api_secret) .'" size="35" /></td><tr>';
Note: See TracChangeset for help on using the changeset viewer.