Skip to content

Commit

Permalink
Minor text/visual adjustments to batch editing dialog. #321
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Aug 29, 2014
1 parent 4d5046b commit 16e78e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -62,7 +62,7 @@
</label>
</div>
<?php } elseif($action == 'privacy') { ?>
<h4>Change the privacy of your photos?</h4>
<h4>Would you like to make these photos public or private?</h4>
<label class="radio inline">
<input type="radio" name="permission" value="0" checked="checked"> Private
</label>
Expand All @@ -71,14 +71,14 @@
</label>
&nbsp;&nbsp;
<?php } elseif($action == 'datetime') { ?>
<h4>Change the privacy of your photos?</h4>
<h4>How would like to change the date &amp; time of these photos?</h4>
<div class="control-group">
<input type="text" name="dateAdjust" class="input-large" placeholder="Date and time or an offset">
<span class="help-block">Some examples include
<ul>
<li>September 28, 2014 12:10 am &middot; <em>(set exact date and time)</em></li>
<li>+3 hours &middot; <em>(adjust for timezone by adding 3 hours to each photo's time)</em></li>
<li>-1 hour -30 minutes &middot; <em>(adjust hours and minutes)</em></li>
<li>-1 hour and -30 minutes &middot; <em>(adjust hours and minutes)</em></li>
</ul>
</span>
</div>
Expand Down
Expand Up @@ -440,7 +440,7 @@
<li><a href="#" class="showBatchForm photo" data-action="tags">&nbsp;&middot;&nbsp;Manage Tags</a></li>
<li><a href="#" class="showBatchForm photo" data-action="albums">&nbsp;&middot;&nbsp;Manage Albums</a></li>
<li><a href="#" class="showBatchForm photo" data-action="privacy">&nbsp;&middot;&nbsp;Manage Privacy</a></li>
<li><a href="#" class="showBatchForm photo" data-action="datetime">&nbsp;&middot;&nbsp;Correct Date &amp; Time</a></li>
<li><a href="#" class="showBatchForm photo" data-action="datetime">&nbsp;&middot;&nbsp;Adjust Date &amp; Time</a></li>
<li><a href="#" class="showBatchForm photo" data-action="delete">&nbsp;&middot;&nbsp;Delete</a></li>
<!--<li><a href="#">&nbsp;&middot;&nbsp;Edit Date and Location</a></li>-->
<!--<li class="divider"></li>
Expand Down

0 comments on commit 16e78e2

Please sign in to comment.