* chang back button for story and todo.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php $this->session->set('todoType', $type);?>
|
||||
<?php foreach($todos as $todo):?>
|
||||
<?php if(!$todo->private or ($todo->private and $todo->account == $app->user->account)):?>
|
||||
<div data-role="collapsible-set">
|
||||
|
||||
@@ -33,8 +33,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='a-center' colspan='2'>
|
||||
<?php echo html::submitButton('', "data-inline='true' data-theme='b'");?>
|
||||
<?php echo html::backButton("data-inline='true'");?>
|
||||
<?php
|
||||
echo html::submitButton('', "data-inline='true' data-theme='b'");
|
||||
echo html::linkButton($lang->goback, $this->createLink('story', 'view', "storyID=$story->id"), 'self', "data-inline='true'");
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -55,8 +55,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='a-center' colspan='2'>
|
||||
<?php echo html::submitButton('', "data-inline='true' data-theme='b'");?>
|
||||
<?php echo html::backButton("data-inline='true'");?>
|
||||
<?php
|
||||
echo html::submitButton('', "data-inline='true' data-theme='b'");
|
||||
echo html::linkButton($lang->goback, $this->createLink('story', 'view', "storyID=$story->id"), 'self', "data-inline='true'");
|
||||
?>
|
||||
</td>
|
||||
<tr>
|
||||
</table>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<p class='a-center'>
|
||||
<?php
|
||||
echo html::submitButton('', "data-inline='true' data-theme='b'");
|
||||
echo html::backButton("data-inline='true'");
|
||||
echo html::linkButton($lang->goback, $this->createLink('my', 'todo', "type={$this->session->todoType}"), 'self', "data-inline='true'");
|
||||
?>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user