Plugin Directory

Changeset 1367068


Ignore:
Timestamp:
03/08/2016 08:48:50 PM (10 years ago)
Author:
jeanduez
Message:

correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uberkeen/trunk/uberkeen.php

    r1366202 r1367068  
    5353
    5454        <?php
    55         ;
     55
    5656}
    5757   
     
    109109                        $wpdb->insert(
    110110                        $table_name,
    111                         array(
    112                         'clef' => $clef,
    113                         'button' => 'close',
    114                         'mes_above' => 'Click on this button to speak to us directly over the Internet. Make sure that your microphone is activated.',
    115                         'mes_open' => 'Talk to us',
    116                         'button_style' => 'background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal;',
    117                         )
     111                            array(
     112                            'clef' => $clef,
     113                            'button' => 'close',
     114                            'mes_above' => 'Click on this button to speak to us directly over the Internet. Make sure that your microphone is activated.',
     115                            'mes_open' => 'Talk to us',
     116                            'button_style' => 'background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal;',
     117                            )
    118118                        );
    119119               
     
    206206    <p class="submit"> <input type="submit" class="button-primary" name="open" id='open' value="open line"  onclick='uberkeen_myFunction()'/></p>   
    207207    </form>
     208
    208209        <script>
    209210        var myWindow;
Note: See TracChangeset for help on using the changeset viewer.