Skip to content

Commit

Permalink
* update for start time and end time.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk_john committed Feb 16, 2012
1 parent 39a357d commit 458a853
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
9 changes: 9 additions & 0 deletions class/front/frontPageGooglecalendar.php
@@ -0,0 +1,9 @@
<?php

class frontPageGooglecalendar extends Controller_Front
{
protected function run($aArgs)
{

}
}
11 changes: 0 additions & 11 deletions class/front/frontSample.php

This file was deleted.

4 changes: 2 additions & 2 deletions resource/tpl/adminPageSettings.tpl
Expand Up @@ -7,13 +7,13 @@
<!-- input area -->
<table border="1" cellspacing="0" class="table_input_vr">
<colgroup>
<col width="220px" />
<col width="210px" />
<col width="*" />
</colgroup>
<tr>
<th class="padt1"><label for="show_html_value">Feed Url : </label></th>
<td class="padt1">
<span class="neccesary"> * </span> <input fw-filter="isFill" fw-label="feed_url" type='text' name='feed_url' id='<?php echo $sPrefix?>feed_url' value='<?php echo $sFeedUrl;?>'>
<span class="neccesary"> * </span> <input fw-filter="isFill" fw-label="feed_url" type='text' name='feed_url' style='width:98%;'id='<?php echo $sPrefix?>feed_url' value='<?php echo $sFeedUrl;?>'>
<p>Example: <br />
<span>http://www.google.com/calendar/feeds/your-email@gmail.com/public/basic.</span>
</p>
Expand Down

0 comments on commit 458a853

Please sign in to comment.