Skip to content

Commit

Permalink
refs #1604 : modified: comment form
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 25, 2012
1 parent 6cacf0c commit 6eced12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/view/iphoneView.php
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ function printMobileCommentFormView($entryId, $title, $actionURL) {
<input type="hidden" id="secret_<?php echo $entryId;?>" name="secret_<?php echo $entryId;?>" value="0" />
</fieldset>
<fieldset class="ui-grid-a">
<div class="ui-block-a"><label for="secret_<?php echo $entryId;?>" ><?php echo _text('비밀 댓글');?></label></div>
<div class="ui-block-b"><select name="secretButton" id="secret_<?php echo $entryId;?>" data-role="slider">
<div class="ui-block-b"><label for="secret_<?php echo $entryId;?>" ><?php echo _text('비밀 댓글');?></label></div>
<div class="ui-block-a"><select name="secretButton" id="secret_<?php echo $entryId;?>" data-role="slider">
<option value="0">|</option>
<option value="1">O</option>
</select>
Expand Down

0 comments on commit 6eced12

Please sign in to comment.