@@ -316,7 +316,7 @@ function addUserForm($listid)
316316 $ ls = new WebblerListing ($ GLOBALS ['I18N ' ]->get ('Members ' ));
317317 $ ls ->usePanel ($ paging );
318318 while ($ user = Sql_fetch_array ($ result )) {
319- $ element = shortenTextDisplay ($ user ['email ' ]);
319+ $ element = shortenEmailDisplay ($ user ['email ' ]);
320320 $ ls ->addElement ($ element , PageUrl2 ('user&id= ' .$ user ['id ' ]));
321321 $ ls ->setClass ($ element , 'row1 ' );
322322 $ ls_delete = '' ;
@@ -364,14 +364,14 @@ function addUserForm($listid)
364364
365365?>
366366<div class="panel">
367- <h3><?php echo s ('Actions ' ) ?> </h3>
368- <div class=" content well">
369- <div class="row">
370- <div class="col-sm-6 membersProcess">
371- <h4 style="margin-bottom:0"><?php echo $ GLOBALS ['I18N ' ]->get ('What to do with "Tagged" users ' ) ?> :</h4>
367+ <h3><?php echo s ('Actions ' ) ?> </h3>
368+ <div class=" content well">
369+ <div class="row">
370+ <div class="col-sm-6 membersProcess">
371+ <h4 style="margin-bottom:0"><?php echo $ GLOBALS ['I18N ' ]->get ('What to do with "Tagged" users ' ) ?> :</h4>
372372 <h6><?php echo $ GLOBALS ['I18N ' ]->get ('This will only process the users in this page that have the "Tag" checkbox checked ' ) ?> </h6>
373373 <div class="row col-sm-12" style="margin:10px 0 5px">
374- <p><input type="radio" name="tagaction" value="delete"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Delete ' ) ?>
374+ <p><input type="radio" name="tagaction" value="delete"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Delete ' ) ?>
375375 (<?php echo $ GLOBALS ['I18N ' ]->get ('from this list ' ) ?> )</p>
376376 </div>
377377 <div class="clearfix" style="margin-bottom:10px;margin-top:-10px"></div>
@@ -385,26 +385,26 @@ function addUserForm($listid)
385385 }
386386 if ($ html ) {
387387 ?>
388- <div class="row col-sm-12" style="margin:0px 0 10px">
389- <div class="fleft">
390- <input type="radio" name="tagaction" value="move"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Move ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).': ' ?>
391- </div>
392- <div class="fleft">
393- <select name="movedestination">
388+ <div class="row col-sm-12" style="margin:0px 0 10px">
389+ <div class="fleft">
390+ <input type="radio" name="tagaction" value="move"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Move ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).': ' ?>
391+ </div>
392+ <div class="fleft">
393+ <select name="movedestination">
394394 <?php echo $ html ?>
395- </select>
396- </div>
395+ </select>
396+ </div>
397397 </div>
398- <div class="row col-sm-12" style="margin:0px 0 10px">
399- <div class="fleft">
400- <input type="radio" name="tagaction" value="copy"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Copy ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).': ' ?>
401- </div>
402- <div class="fleft">
403- <select name="copydestination">
398+ <div class="row col-sm-12" style="margin:0px 0 10px">
399+ <div class="fleft">
400+ <input type="radio" name="tagaction" value="copy"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Copy ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).': ' ?>
401+ </div>
402+ <div class="fleft">
403+ <select name="copydestination">
404404 <?php echo $ html ?>
405- </select>
406- </div>
407- </div>
405+ </select>
406+ </div>
407+ </div>
408408 <div class="row col-sm-12" style="margin:0px 0 10px">
409409 <input type="radio" name="tagaction" value="nothing" checked="checked"/><?php echo $ GLOBALS ['I18N ' ]->get ('Nothing ' ) ?>
410410 </div>
@@ -413,7 +413,7 @@ function addUserForm($listid)
413413 </div>
414414 <br class="visible-xs" />
415415 <div class="col-sm-6 membersProcess">
416- <h4 style="margin-bottom:0"><?php echo s ('What to do with all subscribers ' ) ?> </h4>
416+ <h4 style="margin-bottom:0"><?php echo s ('What to do with all subscribers ' ) ?> </h4>
417417 <h6><?php echo s ('This will process all subscribers on this list, confirmed and unconfirmed ' ) ?> </h6>
418418 <div class="row col-sm-12" style="margin:10px 0 5px">
419419 <p><input type="radio" name="tagaction_all" value="delete"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Delete ' ) ?>
@@ -422,29 +422,29 @@ function addUserForm($listid)
422422 <div class="clearfix" style="margin-bottom:10px;margin-top:-10px"></div>
423423 <?php if ($ html ) {
424424 ?>
425- <div class="row col-sm-12" style="margin:0px 0 10px">
426- <div class="fleft">
427- <input type="radio" name="tagaction_all" value="move"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Move ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).':   ' ?>
428- </div>
429- <div class="fleft">
430- <select name="movedestination_all">
425+ <div class="row col-sm-12" style="margin:0px 0 10px">
426+ <div class="fleft">
427+ <input type="radio" name="tagaction_all" value="move"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Move ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).':   ' ?>
428+ </div>
429+ <div class="fleft">
430+ <select name="movedestination_all">
431431 <?php echo $ html ?>
432- </select>
433- </div>
432+ </select>
433+ </div>
434434 </div>
435- <div class="row col-sm-12" style="margin:0px 0 10px">
436- <div class="fleft">
437- <input type="radio" name="tagaction_all" value="copy"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Copy ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).':   ' ?>
438- </div>
439- <div class="fleft">
440- <select name="copydestination_all">
435+ <div class="row col-sm-12" style="margin:0px 0 10px">
436+ <div class="fleft">
437+ <input type="radio" name="tagaction_all" value="copy"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Copy ' ).' ' .$ GLOBALS ['I18N ' ]->get ('to ' ).':   ' ?>
438+ </div>
439+ <div class="fleft">
440+ <select name="copydestination_all">
441441 <?php echo $ html ?>
442- </select>
443- </div>
442+ </select>
443+ </div>
444444 </div>
445445 <div class="row col-sm-12" style="margin:0px 0">
446- <input type="radio" name="tagaction_all" value="nothing" checked="checked"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Nothing ' ) ?>
447- </div>
446+ <input type="radio" name="tagaction_all" value="nothing" checked="checked"/> <?php echo $ GLOBALS ['I18N ' ]->get ('Nothing ' ) ?>
447+ </div>
448448 <?php
449449
450450 } ?>
0 commit comments