Browse Source

Make Consistent Labels

pjc 5 years ago
parent
commit
675193210c

+ 4
- 4
design/views/generic/reply/quickreply.php View File

6
  * To include it in a section use this example.
6
  * To include it in a section use this example.
7
 
7
 
8
     View::parse('generic/reply/quickreply.php', array(
8
     View::parse('generic/reply/quickreply.php', array(
9
-      'InputTitle' => 'Post reply',
9
+      'InputTitle' => 'Post',
10
       'InputName' => 'thread',
10
       'InputName' => 'thread',
11
       'InputID' => $ThreadID,
11
       'InputID' => $ThreadID,
12
       'ForumID' => $ForumID,
12
       'ForumID' => $ForumID,
28
  * Example:
28
  * Example:
29
 
29
 
30
     View::parse('generic/reply/quickreply.php', array(
30
     View::parse('generic/reply/quickreply.php', array(
31
-      'InputTitle' => 'Post Comment',
31
+      'InputTitle' => 'Comment',
32
       'InputName' => 'groupid',
32
       'InputName' => 'groupid',
33
       'InputID' => $GroupID,
33
       'InputID' => $GroupID,
34
       'TextareaCols' => 65,
34
       'TextareaCols' => 65,
50
     $InputAction = 'reply';
50
     $InputAction = 'reply';
51
   }
51
   }
52
   if (!isset($InputTitle)) {
52
   if (!isset($InputTitle)) {
53
-    $InputTitle = 'Post Comment';
53
+    $InputTitle = 'Comment';
54
   }
54
   }
55
 
55
 
56
   $ReplyText = new TEXTAREA_PREVIEW('body', 'quickpost', '',
56
   $ReplyText = new TEXTAREA_PREVIEW('body', 'quickpost', '',
135
   }
135
   }
136
 ?>
136
 ?>
137
               <input type="button" value="Preview" class="hidden button_preview_<?=$ReplyText->getID()?>" tabindex="1" />
137
               <input type="button" value="Preview" class="hidden button_preview_<?=$ReplyText->getID()?>" tabindex="1" />
138
-              <input type="submit" value="Post reply" id="submit_button" tabindex="1" />
138
+              <input type="submit" value="Post" id="submit_button" tabindex="1" />
139
             </div>
139
             </div>
140
           </form>
140
           </form>
141
         </div>
141
         </div>

+ 3
- 3
sections/collages/artist_collage.php View File

232
 if (!$LoggedUser['DisablePosting']) {
232
 if (!$LoggedUser['DisablePosting']) {
233
 ?>
233
 ?>
234
     <div class="box box_addcomment">
234
     <div class="box box_addcomment">
235
-      <div class="head"><strong>Add comment</strong></div>
235
+      <div class="head"><strong>Comment</strong></div>
236
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
236
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
237
         <input type="hidden" name="action" value="take_post" />
237
         <input type="hidden" name="action" value="take_post" />
238
         <input type="hidden" name="page" value="collages" />
238
         <input type="hidden" name="page" value="collages" />
243
             <textarea name="body" cols="24" rows="5"></textarea>
243
             <textarea name="body" cols="24" rows="5"></textarea>
244
           </div>
244
           </div>
245
           <div class="submit_div">
245
           <div class="submit_div">
246
-            <input type="submit" id="submit_button" value="Add comment" />
246
+            <input type="submit" id="submit_button" value="Post" />
247
           </div>
247
           </div>
248
         </div>
248
         </div>
249
       </form>
249
       </form>
257
 if ($CollageCovers != 0) {
257
 if ($CollageCovers != 0) {
258
 ?>
258
 ?>
259
     <div id="coverart" class="box">
259
     <div id="coverart" class="box">
260
-      <div class="head" id="coverhead"><strong>Cover Art</strong></div>
260
+      <div class="head" id="coverhead"><strong>Pictures</strong></div>
261
       <ul class="collage_images" id="collage_page0">
261
       <ul class="collage_images" id="collage_page0">
262
 <?
262
 <?
263
   $Page1 = array_slice($Collage, 0, $CollageCovers);
263
   $Page1 = array_slice($Collage, 0, $CollageCovers);

+ 3
- 3
sections/collages/edit.php View File

17
   error(403);
17
   error(403);
18
 }
18
 }
19
 
19
 
20
-View::show_header('Edit collection', 'bbcode');
20
+View::show_header('Edit', 'bbcode');
21
 
21
 
22
 if (!empty($Err)) {
22
 if (!empty($Err)) {
23
   if (isset($ErrNoEscape)) {
23
   if (isset($ErrNoEscape)) {
29
 ?>
29
 ?>
30
 <div class="thin">
30
 <div class="thin">
31
   <div class="header">
31
   <div class="header">
32
-    <h2>Edit collection <a href="collages.php?id=<?=$CollageID?>"><?=$Name?></a></h2>
32
+    <h2>Edit <a href="collages.php?id=<?=$CollageID?>"><?=$Name?></a></h2>
33
   </div>
33
   </div>
34
   <div class="box pad">
34
   <div class="box pad">
35
   <form class="edit_form" name="collage" action="collages.php" method="post">
35
   <form class="edit_form" name="collage" action="collages.php" method="post">
95
 
95
 
96
 <? } ?>
96
 <? } ?>
97
       <tr>
97
       <tr>
98
-        <td colspan="2" class="center"><input type="submit" value="Edit collection" /></td>
98
+        <td colspan="2" class="center"><input type="submit" value="Edit" /></td>
99
       </tr>
99
       </tr>
100
     </table>
100
     </table>
101
   </form>
101
   </form>

+ 1
- 1
sections/collages/new.php View File

81
         </td>
81
         </td>
82
       </tr>
82
       </tr>
83
       <tr>
83
       <tr>
84
-        <td colspan="2" class="center"><input type="submit" value="Create collection" /></td>
84
+        <td colspan="2" class="center"><input type="submit" value="Create" /></td>
85
       </tr>
85
       </tr>
86
     </table>
86
     </table>
87
   </form>
87
   </form>

+ 4
- 4
sections/collages/torrent_collage.php View File

430
     </div>
430
     </div>
431
 <? if (check_perms('site_collages_manage') && !isset($PreventAdditions)) { ?>
431
 <? if (check_perms('site_collages_manage') && !isset($PreventAdditions)) { ?>
432
     <div class="box box_addtorrent">
432
     <div class="box box_addtorrent">
433
-      <div class="head"><strong>Add torrent group</strong><span class="float_right"><a href="#" onclick="$('.add_torrent_container').toggle_class('hidden'); this.innerHTML = (this.innerHTML == 'Batch add' ? 'Individual add' : 'Batch add'); return false;" class="brackets">Batch add</a></span></div>
433
+      <div class="head"><strong>Add Torrent Group</strong><span class="float_right"><a href="#" onclick="$('.add_torrent_container').toggle_class('hidden'); this.innerHTML = (this.innerHTML == 'Batch add' ? 'Individual add' : 'Batch add'); return false;" class="brackets">Batch add</a></span></div>
434
       <div class="pad add_torrent_container">
434
       <div class="pad add_torrent_container">
435
         <form class="add_form" name="torrent" action="collages.php" method="post">
435
         <form class="add_form" name="torrent" action="collages.php" method="post">
436
           <input type="hidden" name="action" value="add_torrent" />
436
           <input type="hidden" name="action" value="add_torrent" />
500
 if (!$LoggedUser['DisablePosting']) {
500
 if (!$LoggedUser['DisablePosting']) {
501
 ?>
501
 ?>
502
     <div class="box box_addcomment">
502
     <div class="box box_addcomment">
503
-      <div class="head"><strong>Add comment</strong></div>
503
+      <div class="head"><strong>Comment</strong></div>
504
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
504
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
505
         <input type="hidden" name="action" value="take_post" />
505
         <input type="hidden" name="action" value="take_post" />
506
         <input type="hidden" name="page" value="collages" />
506
         <input type="hidden" name="page" value="collages" />
511
             <textarea name="body" cols="24" rows="5"></textarea>
511
             <textarea name="body" cols="24" rows="5"></textarea>
512
           </div>
512
           </div>
513
           <div class="submit_div">
513
           <div class="submit_div">
514
-            <input type="submit" id="submit_button" value="Add comment" />
514
+            <input type="submit" id="submit_button" value="Post" />
515
           </div>
515
           </div>
516
         </div>
516
         </div>
517
       </form>
517
       </form>
524
 <?
524
 <?
525
 if ($CollageCovers != 0) { ?>
525
 if ($CollageCovers != 0) { ?>
526
     <div id="coverart" class="box">
526
     <div id="coverart" class="box">
527
-      <div class="head" id="coverhead"><strong>Cover Art</strong></div>
527
+      <div class="head" id="coverhead"><strong>Pictures</strong></div>
528
       <div class="collage_images" id="collage_page0" data-wall-child=".collage_image" data-wall-size="4" data-wall-min="2">
528
       <div class="collage_images" id="collage_page0" data-wall-child=".collage_image" data-wall-size="4" data-wall-min="2">
529
 <?
529
 <?
530
   $Page1 = array_slice($Collage, 0, $CollageCovers);
530
   $Page1 = array_slice($Collage, 0, $CollageCovers);

+ 9
- 9
sections/forums/thread.php View File

183
     </div>
183
     </div>
184
     <div id="searchthread" class="hidden center">
184
     <div id="searchthread" class="hidden center">
185
       <div style="display: inline-block;">
185
       <div style="display: inline-block;">
186
-        <h3>Search this thread:</h3>
186
+        <h3>Search This Thread</h3>
187
         <form class="search_form" name="forum_thread" action="forums.php" method="get">
187
         <form class="search_form" name="forum_thread" action="forums.php" method="get">
188
           <input type="hidden" name="action" value="search" />
188
           <input type="hidden" name="action" value="search" />
189
           <input type="hidden" name="threadid" value="<?=$ThreadID?>" />
189
           <input type="hidden" name="threadid" value="<?=$ThreadID?>" />
190
           <table class="layout border">
190
           <table class="layout border">
191
             <tr>
191
             <tr>
192
-              <td><strong>Search for:</strong></td>
192
+              <td><strong>Search Terms</strong></td>
193
               <td><input type="search" id="searchbox" name="search" size="70" /></td>
193
               <td><input type="search" id="searchbox" name="search" size="70" /></td>
194
             </tr>
194
             </tr>
195
             <tr>
195
             <tr>
196
-              <td><strong>Posted by:</strong></td>
196
+              <td><strong>Posted By</strong></td>
197
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
197
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
198
             </tr>
198
             </tr>
199
             <tr>
199
             <tr>
532
 if (!$ThreadInfo['IsLocked'] || check_perms('site_moderate_forums')) {
532
 if (!$ThreadInfo['IsLocked'] || check_perms('site_moderate_forums')) {
533
   if (Forums::check_forumperm($ForumID, 'Write') && !$LoggedUser['DisablePosting']) {
533
   if (Forums::check_forumperm($ForumID, 'Write') && !$LoggedUser['DisablePosting']) {
534
     View::parse('generic/reply/quickreply.php', array(
534
     View::parse('generic/reply/quickreply.php', array(
535
-      'InputTitle' => 'Post reply',
535
+      'InputTitle' => 'Reply',
536
       'InputName' => 'thread',
536
       'InputName' => 'thread',
537
       'InputID' => $ThreadID,
537
       'InputID' => $ThreadID,
538
       'ForumID' => $ForumID,
538
       'ForumID' => $ForumID,
549
   $Notes = G::$DB->to_array();
549
   $Notes = G::$DB->to_array();
550
 ?>
550
 ?>
551
   <br />
551
   <br />
552
-  <h3 id="thread_notes">Thread notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
552
+  <h3 id="thread_notes">Notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
553
   <form action="forums.php" method="post">
553
   <form action="forums.php" method="post">
554
     <input type="hidden" name="action" value="take_topic_notes" />
554
     <input type="hidden" name="action" value="take_topic_notes" />
555
     <input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
555
     <input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
571
     </table>
571
     </table>
572
   </form>
572
   </form>
573
   <br />
573
   <br />
574
-  <h3>Edit thread</h3>
574
+  <h3>Edit</h3>
575
   <form class="edit_form" name="forum_thread" action="forums.php" method="post">
575
   <form class="edit_form" name="forum_thread" action="forums.php" method="post">
576
     <div>
576
     <div>
577
     <input type="hidden" name="action" value="mod_thread" />
577
     <input type="hidden" name="action" value="mod_thread" />
605
         </td>
605
         </td>
606
       </tr>
606
       </tr>
607
       <tr>
607
       <tr>
608
-        <td class="label"><label for="move_thread_selector">Move thread</label></td>
608
+        <td class="label"><label for="move_thread_selector">Move</label></td>
609
         <td>
609
         <td>
610
           <select name="forumid" id="move_thread_selector" tabindex="2">
610
           <select name="forumid" id="move_thread_selector" tabindex="2">
611
 <?
611
 <?
634
       </tr>
634
       </tr>
635
 <?  if (check_perms('site_admin_forums')) { ?>
635
 <?  if (check_perms('site_admin_forums')) { ?>
636
       <tr>
636
       <tr>
637
-        <td class="label"><label for="delete_thread_checkbox">Delete thread</label></td>
637
+        <td class="label"><label for="delete_thread_checkbox">Delete</label></td>
638
         <td>
638
         <td>
639
           <input type="checkbox" id="delete_thread_checkbox" name="delete" tabindex="2" />
639
           <input type="checkbox" id="delete_thread_checkbox" name="delete" tabindex="2" />
640
         </td>
640
         </td>
642
 <?  } ?>
642
 <?  } ?>
643
       <tr>
643
       <tr>
644
         <td colspan="2" class="center">
644
         <td colspan="2" class="center">
645
-          <input type="submit" value="Edit thread" tabindex="2" />
645
+          <input type="submit" value="Edit" tabindex="2" />
646
           <span class="float_right">
646
           <span class="float_right">
647
             <input type="submit" name="trash" value="Trash" tabindex="2" />
647
             <input type="submit" name="trash" value="Trash" tabindex="2" />
648
           </span>
648
           </span>

Loading…
Cancel
Save