Dotclear

Changeset 1499:fc4bc1ece727


Ignore:
Timestamp:
08/20/13 16:47:16 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Let fieldsets be fieldsets (work in progress): blogpref, category, blogtheme, langs, media, plugins, user actions, antispam, importexport.

Files:
74 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r1474 r1499  
    303303      
    304304     echo 
    305      '<fieldset><legend>'.__('Blog details').'</legend>'. 
     305     '<div class="fieldset"><h4>'.__('Blog details').'</h4>'. 
    306306     $core->formNonce(); 
    307307      
     
    335335     '<p class="area"><label for="blog_desc">'.__('Blog description:').'</label>'. 
    336336     form::textarea('blog_desc',60,5,html::escapeHTML($blog_desc)).'</p>'. 
    337      '</fieldset>'; 
    338       
    339       
    340      echo 
    341      '<fieldset><legend>'.__('Blog configuration').'</legend>'. 
     337     '</div>'; 
     338      
     339      
     340     echo 
     341     '<div class="fieldset"><h4>'.__('Blog configuration').'</h4>'. 
    342342     '<div class="two-cols">'. 
    343343     '<div class="col">'. 
     
    393393     '</div>'. 
    394394     '<br class="clear" />'. //Opera sucks 
    395      '</fieldset>'; 
    396       
    397      echo 
    398      '<fieldset><legend>'.__('Comments and trackbacks').'</legend>'. 
     395     '</div>'; 
     396      
     397     echo 
     398     '<div class="fieldset"><h4>'.__('Comments and trackbacks').'</h4>'. 
     399 
    399400     '<div class="two-cols">'. 
     401 
    400402     '<div class="col">'. 
    401403     '<p><label for="allow_comments" class="classic">'. 
    402404     form::checkbox('allow_comments','1',$blog_settings->system->allow_comments). 
    403      __('Accept comments').'</label></p>'. 
    404       
     405     __('Accept comments').'</label></p>'.    
    405406     '<p><label for="comments_pub" class="classic">'. 
    406407     form::checkbox('comments_pub','1',!$blog_settings->system->comments_pub). 
    407      __('Moderate comments').'</label></p>'. 
    408       
     408     __('Moderate comments').'</label></p>'.  
    409409     '<p><label for="comments_ttl" class="classic">'.sprintf(__('Leave comments open for %s days'), 
    410410     form::field('comments_ttl',2,3,$blog_settings->system->comments_ttl)). 
    411411     '</label></p>'. 
    412      '<p class="form-note">'.__('Leave blank to disable this feature.').'</p>'. 
    413       
     412     '<p class="form-note">'.__('Leave blank to disable this feature.').'</p>'.  
    414413     '<p><label for="wiki_comments" class="classic">'. 
    415414     form::checkbox('wiki_comments','1',$blog_settings->system->wiki_comments). 
     
    420419     '<p><label for="allow_trackbacks" class="classic">'. 
    421420     form::checkbox('allow_trackbacks','1',$blog_settings->system->allow_trackbacks). 
    422      __('Accept trackbacks').'</label></p>'. 
    423       
     421     __('Accept trackbacks').'</label></p>'.  
    424422     '<p><label for="trackbacks_pub" class="classic">'. 
    425423     form::checkbox('trackbacks_pub','1',!$blog_settings->system->trackbacks_pub). 
    426      __('Moderate trackbacks').'</label></p>'. 
    427       
     424     __('Moderate trackbacks').'</label></p>'.     
    428425     '<p><label for="trackbacks_ttl" class="classic">'.sprintf(__('Leave trackbacks open for %s days'), 
    429426     form::field('trackbacks_ttl',2,3,$blog_settings->system->trackbacks_ttl)).'</label></p>'. 
    430      '<p class="form-note">'.__('Leave blank to disable this feature.').'</p>'. 
    431       
     427     '<p class="form-note">'.__('Leave blank to disable this feature.').'</p>'.  
    432428     '<p><label for="comments_nofollow" class="classic">'. 
    433429     form::checkbox('comments_nofollow','1',$blog_settings->system->comments_nofollow). 
    434430     __('Add "nofollow" relation on comments and trackbacks links').'</label></p>'. 
    435431     '</div>'. 
    436      '</div>'. 
    437432     '<br class="clear" />'. //Opera sucks 
    438      '</fieldset>'; 
    439       
    440      echo 
    441      '<fieldset><legend>'.__('Blog presentation').'</legend>'. 
     433 
     434     '</div>'. 
     435     '<br class="clear" />'. //Opera sucks 
     436     '</div>'; 
     437      
     438     echo 
     439     '<div class="fieldset"><h4>'.__('Blog presentation').'</h4>'. 
    442440     '<div class="two-cols">'. 
    443441     '<div class="col">'. 
     
    474472    '</div>'. 
    475473     '<br class="clear" />'. //Opera sucks 
    476      '</fieldset>'; 
    477       
    478      echo 
    479      '<fieldset><legend>'.__('Media and images').'</legend>'. 
     474     '</div>'; 
     475      
     476     echo 
     477     '<div class="fieldset"><h4>'.__('Media and images').'</h4>'. 
    480478     '<div class="two-cols">'. 
    481479     '<div class="col">'. 
    482      '<h4>'.__('Generated image sizes (in pixels)').'</h4>'. 
     480     '<h5>'.__('Generated image sizes (in pixels)').'</h5>'. 
    483481     '<p class="field"><label for="media_img_t_size">'.__('Thumbnails:').' '. 
    484482     form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</label></p>'. 
     
    492490      
    493491     '<div class="col">'. 
    494      '<h4><label for="media_img_title_pattern">'.__('Inserted image title').'</label></h4>'. 
     492     '<h5><label for="media_img_title_pattern">'.__('Inserted image title').'</label></h5>'. 
    495493     '<p>'.__('This defines image tag title when you insert it in a post from the media manager. It is retrieved from the picture\'s metadata.').'</p>'. 
    496494     '<p>'.form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).'</p>'. 
     
    499497     __('Use original media date if possible').'</label></p>'. 
    500498 
    501      '<h4>'.__('Default image insertion attributes').'</h4>'. 
     499     '<h5>'.__('Default image insertion attributes').'</h5>'. 
    502500     '<p><label for="media_img_default_size">'.__('Image size:').'</label>'. 
    503501     form::combo('media_img_default_size',$img_default_size_combo, 
     
    512510     '</div>'. 
    513511     '</div>'. 
    514  
    515      '</fieldset>'; 
    516       
    517      echo 
    518      '<fieldset><legend>'.__('Search engines robots policy').'</legend>'; 
     512     '<br class="clear" />'. //Opera sucks 
     513 
     514     '</div>'; 
     515      
     516     echo 
     517     '<div class="fieldset"><h4>'.__('Search engines robots policy').'</h4>'; 
    519518      
    520519     $i = 0; 
     
    526525     } 
    527526      
    528      echo '</fieldset>'; 
     527     echo '</div>'; 
    529528      
    530529      
  • admin/blog_theme.php

    r1428 r1499  
    250250     $themes = $core->themes->getModules(); 
    251251     if (isset($themes[$core->blog->settings->system->theme])) { 
    252           echo '<p>'.sprintf(__('You are currently using "%s"'),$themes[$core->blog->settings->system->theme]['name']).'.</p>'; 
     252          echo '<p>'.sprintf(__('You are currently using <strong>%s</strong>'),$themes[$core->blog->settings->system->theme]['name']).'.</p>'; 
    253253     } 
    254254      
     
    299299               # 'Upload theme' form 
    300300               echo 
    301                '<form method="post" action="blog_theme.php" id="uploadpkg" enctype="multipart/form-data">'. 
    302                '<fieldset>'. 
    303                '<legend>'.__('Upload a zip file').'</legend>'. 
     301               '<form method="post" action="blog_theme.php" id="uploadpkg" enctype="multipart/form-data" class="fieldset">'. 
     302               '<h4>'.__('Upload a zip file').'</h4>'. 
    304303               '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Theme zip file:').'</label> '. 
    305304               '<input type="file" name="pkg_file" id="pkg_file" /></p>'. 
    306305               '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 
    307306               form::password(array('your_pwd','your_pwd1'),20,255).'</p>'. 
    308                '<input type="submit" name="upload_pkg" value="'.__('Upload theme').'" />'. 
    309                $core->formNonce(). 
    310                '</fieldset>'. 
     307               '<p><input type="submit" name="upload_pkg" value="'.__('Upload theme').'" />'. 
     308               $core->formNonce().'</p>'. 
    311309               '</form>'; 
    312310                
    313311               # 'Fetch theme' form 
    314312               echo 
    315                '<form method="post" action="blog_theme.php" id="fetchpkg">'. 
    316                '<fieldset>'. 
    317                '<legend>'.__('Download a zip file').'</legend>'. 
     313               '<form method="post" action="blog_theme.php" id="fetchpkg" class="fieldset">'. 
     314               '<h4>'.__('Download a zip file').'</h4>'. 
    318315               '<p class="field"><label for="pkg_url" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Theme zip file URL:').'</label> '. 
    319316               form::field(array('pkg_url','pkg_url'),40,255).'</p>'. 
    320317               '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 
    321318               form::password(array('your_pwd','your_pwd2'),20,255).'</p>'. 
    322                '<input type="submit" name="fetch_pkg" value="'.__('Download theme').'" />'. 
    323                $core->formNonce(). 
    324                '</fieldset>'. 
     319               '<p><input type="submit" name="fetch_pkg" value="'.__('Download theme').'" />'. 
     320               $core->formNonce().'</p>'. 
    325321               '</form>'; 
    326322          } 
  • admin/category.php

    r1399 r1499  
    226226     '<div class="col">'. 
    227227      
    228      '<form action="category.php" method="post">'. 
    229      '<fieldset><legend>'.__('Category parent').'</legend>'. 
     228     '<form action="category.php" method="post" class="fieldset">'. 
     229     '<h4>'.__('Category parent').'</h4>'. 
    230230     '<p><label for="cat_parent" class="classic">'.__('Parent:').'</label> '. 
    231231     form::combo('cat_parent',$allowed_parents,$cat_parent).'</p>'. 
    232232     '<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    233233     form::hidden(array('id'),$cat_id).$core->formNonce().'</p>'. 
    234      '</fieldset>'. 
    235234     '</form>'. 
    236235     '</div>'; 
     
    239238          echo 
    240239          '<div class="col">'. 
    241           '<form action="category.php" method="post">'. 
    242           '<fieldset><legend>'.__('Category sibling').'</legend>'. 
     240          '<form action="category.php" method="post" class="fieldset">'. 
     241          '<h4>'.__('Category sibling').'</h4>'. 
    243242          '<p><label class="classic" for="cat_sibling">'.__('Move current category').'</label> '. 
    244243          form::combo('cat_move',array(__('before')=>'before',__('after')=>'after'),'','','',false,'title="'.__('position: ').'"').' '. 
     
    246245          '<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    247246          form::hidden(array('id'),$cat_id).$core->formNonce().'</p>'. 
    248           '</fieldset>'. 
    249247          '</form>'. 
    250248          '</div>'; 
  • admin/index.php

    r1468 r1499  
    326326          '<div id="quick">'. 
    327327          '<h3>'.__('Quick entry').'</h3>'. 
    328           '<form id="quick-entry" action="post.php" method="post">'. 
    329           '<fieldset><legend>'.__('New entry').'</legend>'. 
     328          '<form id="quick-entry" action="post.php" method="post" class="fieldset">'. 
     329          '<h4>'.__('New entry').'</h4>'. 
    330330          '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 
    331331          form::field('post_title',20,255,'','maximal'). 
     
    358358          form::hidden('post_notes',''). 
    359359          '</p>'. 
    360           '</fieldset>'. 
    361360          '</form>'. 
    362361          '</div>'; 
  • admin/langs.php

    r1399 r1499  
    222222      
    223223     echo 
    224      '<form method="post" action="langs.php" enctype="multipart/form-data">'. 
    225      '<fieldset>'. 
    226      '<legend>'.__('Available languages').'</legend>'. 
     224     '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 
     225     '<h4>'.__('Available languages').'</h4>'. 
    227226     '<p>'.sprintf(__('You can download and install a additional language directly from Dotclear.net. '. 
    228227     'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. 
     
    233232     '<p><input type="submit" value="'.__('Install language').'" />'. 
    234233     $core->formNonce(). 
    235      '</p></fieldset>'. 
     234     '</p>'. 
    236235     '</form>'; 
    237236} 
     
    241240     # 'Upload language pack' form 
    242241     echo 
    243      '<form method="post" action="langs.php" enctype="multipart/form-data">'. 
    244      '<fieldset>'. 
    245      '<legend>'.__('Upload a zip file').'</legend>'. 
     242     '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 
     243     '<h4>'.__('Upload a zip file').'</h4>'. 
    246244     '<p>'.__('You can install languages by uploading zip files.').'</p>'. 
    247245     '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').'</label> '. 
     
    251249     '<p><input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 
    252250     $core->formNonce(). 
    253      '</p></fieldset>'. 
     251     '</p>'. 
    254252     '</form>'; 
    255253} 
  • admin/media.php

    r1455 r1499  
    395395     echo 
    396396     '<div class="col">'. 
    397      '<form class="clear" action="'.html::escapeURL($page_url).'" method="post">'. 
    398      '<fieldset id="new-dir-f">'. 
    399      '<legend>'.__('New directory').'</legend>'. 
     397     '<form class="clear fieldset" action="'.html::escapeURL($page_url).'" method="post">'. 
     398     '<div id="new-dir-f">'. 
     399     '<h3>'.__('New directory').'</h3>'. 
    400400     $core->formNonce(). 
    401401     '<p><label for="newdir">'.__('Directory Name:').'</label>'. 
     
    403403     '<p><input type="submit" value="'.__('Create').'" />'. 
    404404     form::hidden(array('d'),html::escapeHTML($d)).'</p>'. 
    405      '</fieldset>'. 
     405     '</div>'. 
    406406     '</form></div>'; 
    407407      
  • admin/media_item.php

    r1454 r1499  
    489489echo '</div>'; 
    490490 
     491echo '<h3>'.__('Updates and modifications').'</h3>'; 
     492 
    491493if ($file->editable && $core_media_writable) 
    492494{ 
     
    494496     { 
    495497          echo 
    496           '<form class="clear" action="'.html::escapeURL($page_url).'" method="post">'. 
    497           '<fieldset><legend>'.__('Update thumbnails').'</legend>'. 
     498          '<form class="clear fieldset" action="'.html::escapeURL($page_url).'" method="post">'. 
     499          '<h4>'.__('Update thumbnails').'</h4>'. 
    498500          '<p>'.__('This will create or update thumbnails for this image.').'</p>'. 
    499501          '<p><input type="submit" name="thumbs" value="'.__('Update thumbnails').'" />'. 
    500502          form::hidden(array('id'),$id). 
    501503          $core->formNonce().'</p>'. 
    502           '</fieldset></form>'; 
     504          '</form>'; 
    503505     } 
    504506      
     
    511513           
    512514          echo 
    513           '<form class="clear" id="file-unzip" action="'.html::escapeURL($page_url).'" method="post">'. 
    514           '<fieldset><legend>'.__('Extract archive').'</legend>'. 
     515          '<form class="clear fieldset" id="file-unzip" action="'.html::escapeURL($page_url).'" method="post">'. 
     516          '<h4>'.__('Extract archive').'</h4>'. 
    515517          '<ul>'. 
    516518          '<li><strong>'.__('Extract in a new directory').'</strong> : '. 
     
    524526          form::hidden(array('id'),$id). 
    525527          $core->formNonce().'</p>'. 
    526           '</fieldset></form>'; 
     528          '</form>'; 
    527529     } 
    528530      
    529531     echo 
    530      '<form class="clear" action="'.html::escapeURL($page_url).'" method="post">'. 
    531      '<fieldset><legend>'.__('Change media properties').'</legend>'. 
     532     '<form class="clear fieldset" action="'.html::escapeURL($page_url).'" method="post">'. 
     533     '<h4>'.__('Change media properties').'</h4>'. 
    532534     '<p><label for="media_file">'.__('File name:').'</label>'. 
    533535     form::field('media_file',30,255,html::escapeHTML($file->basename)).'</p>'. 
     
    543545     form::hidden(array('id'),$id). 
    544546     $core->formNonce().'</p>'. 
    545      '</fieldset></form>'; 
     547     '</form>'; 
    546548      
    547549     echo 
    548      '<form class="clear" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data">'. 
    549      '<fieldset><legend>'.__('Change file').'</legend>'. 
     550     '<form class="clear fieldset" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data">'. 
     551     '<h4>'.__('Change file').'</h4>'. 
    550552     '<div>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE).'</div>'. 
    551553     '<p><label for="upfile">'.__('Choose a file:'). 
     
    556558     form::hidden(array('id'),$id). 
    557559     $core->formNonce().'</p>'. 
    558      '</fieldset></form>'; 
     560     '</form>'; 
    559561 
    560562     if ($file->del) { 
  • admin/plugins.php

    r1474 r1499  
    354354     # 'Upload plugin' form 
    355355     echo 
    356      '<form method="post" action="plugins.php" id="uploadpkg" enctype="multipart/form-data">'. 
    357      '<fieldset>'. 
    358      '<legend>'.__('Upload a zip file').'</legend>'. 
     356     '<form method="post" action="plugins.php" id="uploadpkg" enctype="multipart/form-data" class="fieldset">'. 
     357     '<h3>'.__('Upload a zip file').'</h3>'. 
    359358     '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file:').'</label> '. 
    360359     '<input type="file" id="pkg_file" name="pkg_file" /></p>'. 
     
    363362     '<p><input type="submit" name="upload_pkg" value="'.__('Upload plugin').'" />'. 
    364363     $core->formNonce(). 
    365      '</p></fieldset>'. 
     364     '</p>'. 
    366365     '</form>'; 
    367366      
    368367     # 'Fetch plugin' form 
    369368     echo 
    370      '<form method="post" action="plugins.php" id="fetchpkg">'. 
    371      '<fieldset>'. 
    372      '<legend>'.__('Download a zip file').'</legend>'. 
     369     '<form method="post" action="plugins.php" id="fetchpkg" class="fieldset">'. 
     370     '<h3>'.__('Download a zip file').'</h3>'. 
    373371     '<p class="field"><label for="pkg_url" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file URL:').'</label> '. 
    374372     form::field(array('pkg_url','pkg_url'),40,255).'</p>'. 
  • admin/style/default.css

    r1484 r1499  
    814814     display: table-cell; 
    815815     vertical-align: top; 
    816      padding: 1rem 0;  
     816     padding: 0;  
    817817     width: 312px; 
    818      background: #eef; 
    819818     border: 1px solid #ccc; 
    820819     border-radius: 3px; 
    821820} 
    822 #theme-box div.theme-shot img { 
    823      display: block; 
    824      margin: 0 16px; 
     821#theme-box .theme-shot,  
     822#theme-box .theme-info, 
     823#theme-box .theme-actions { 
     824     background: #eef; 
     825     padding: 1em 16px; 
     826     margin: 0; 
     827} 
     828#theme-box .theme-shot img { 
     829     display: block; 
    825830     width: 280px; 
    826831     height: 245px; 
    827832     border: 1px solid #ccc; 
    828833} 
    829 #theme-box div.theme-info { 
    830      margin: 1em 16px; 
    831 } 
    832834#theme-box h4 { 
    833835     color: #000; 
     836     background: #eef; 
    834837} 
    835838#theme-box span.theme-version { 
     
    843846     font-weight:bold; 
    844847} 
    845 #theme-box div.theme-actions { 
    846      padding: 0 16px; 
    847 } 
    848 #themes div.theme-details-js { 
     848#theme-box .theme-actions { 
     849     border-bottom: 1px solid #ccc; 
     850} 
     851#themes .theme-details-js { 
    849852     float: left; 
    850853     width: 120px; 
     
    858861     border-radius: 4px; 
    859862} 
    860 #themes div.theme-details-js label { 
     863#themes .theme-details-js label { 
    861864     cursor: pointer; 
    862865} 
    863 #themes div.theme-details-js.theme-selected { 
     866#themes .theme-details-js.theme-selected { 
    864867     background: #ddd; 
    865868     border: 1px solid #999; 
    866869} 
    867 #themes div.theme-details-js div.theme-shot img { 
     870#themes .theme-details-js .theme-shot img { 
    868871     width: 120px; 
    869872     height: 105px; 
  • admin/users_actions.php

    r1477 r1499  
    179179} 
    180180 
     181echo '<p><a class="back" href="'.html::escapeURL($redir).'">'.__('Back to user profile').'</a></p>'; 
     182 
    181183# --BEHAVIOR-- adminUsersActionsContent 
    182184$core->callBehavior('adminUsersActionsContent',$core,$action,$hidden_fields); 
     
    263265     foreach ($blogs as $b) 
    264266     { 
    265           echo '<h3><a href="blog.php?id='.html::escapeHTML($b).'">'.html::escapeHTML($b).'</a>'. 
     267          echo '<h3>'.('Blog:').' <a href="blog.php?id='.html::escapeHTML($b).'">'.html::escapeHTML($b).'</a>'. 
    266268          form::hidden(array('blogs[]'),$b).'</h3>'; 
    267269           
     
    283285      
    284286     echo 
    285      '<fieldset><legend>'.__('Validate permissions').'</legend>'. 
     287     '<div class="fieldset">'. 
     288     '<h3>'.__('Validate permissions').'</h3>'. 
    286289     '<p><label for="your_pwd">'.__('Your password:').'</label>'. 
    287290     form::password('your_pwd',20,255).'</p>'. 
    288      '</fieldset>'. 
    289291     '<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    290292     $hidden_fields. 
    291293     form::hidden(array('action'),'updateperm'). 
    292294     $core->formNonce().'</p>'. 
     295     '</div>'. 
    293296     '</form>'; 
    294297} 
    295  
    296 echo '<p><a class="back" href="'.html::escapeURL($redir).'">'.__('back').'</a></p>'; 
    297298 
    298299dcPage::close(); 
  • locales/bn/main.po

    r1425 r1499  
    459459 
    460460#, php-format 
    461 msgid "You are currently using \"%s\"" 
     461msgid "You are currently using <strong>%s</strong>" 
    462462msgstr "আপনি বর্তমানে ব্যবহার করছেন \"%s\"" 
    463463 
  • locales/bn/plugins.po

    r1354 r1499  
    838838 
    839839#, php-format 
    840 msgid "This will import a single blog backup as new content in the current blog: %s." 
     840msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    841841msgstr "" 
    842842 
  • locales/ca/main.po

    r1425 r1499  
    468468 
    469469#, php-format 
    470 msgid "You are currently using \"%s\"" 
     470msgid "You are currently using <strong>%s</strong>" 
    471471msgstr "" 
    472472 
  • locales/ca/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/cs/main.po

    r1425 r1499  
    457457 
    458458#, php-format 
    459 msgid "You are currently using \"%s\"" 
     459msgid "You are currently using <strong>%s</strong>" 
    460460msgstr "Používáte \"%s\" vzhled" 
    461461 
  • locales/cs/plugins.po

    r1354 r1499  
    843843 
    844844#, php-format 
    845 msgid "This will import a single blog backup as new content in the current blog: %s." 
     845msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    846846msgstr "Tímto naimportujete zálohu jednoho blogu jako nový obsah tohoto blogu: %s." 
    847847 
  • locales/da/main.po

    r1425 r1499  
    459459 
    460460#, php-format 
    461 msgid "You are currently using \"%s\"" 
     461msgid "You are currently using <strong>%s</strong>" 
    462462msgstr "Du bruger lige nu \"%s\"" 
    463463 
  • locales/da/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/de/main.po

    r1425 r1499  
    457457 
    458458#, php-format 
    459 msgid "You are currently using \"%s\"" 
     459msgid "You are currently using <strong>%s</strong>" 
    460460msgstr "Du verwendest gerade \"%s\"" 
    461461 
  • locales/de/plugins.po

    r1354 r1499  
    843843 
    844844#, php-format 
    845 msgid "This will import a single blog backup as new content in the current blog: %s." 
     845msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    846846msgstr "Dies wird einen einzelnen Blog als neuen Inhalt in den aktuellen Blog importieren: %s." 
    847847 
  • locales/en/main.po

    r1468 r1499  
    453453 
    454454#, php-format 
    455 msgid "You are currently using \"%s\"" 
     455msgid "You are currently using <strong>%s</strong>" 
    456456msgstr "" 
    457457 
  • locales/en/plugins.po

    r1354 r1499  
    852852 
    853853#, php-format 
    854 msgid "This will import a single blog backup as new content in the current blog: %s." 
     854msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    855855msgstr "" 
    856856 
  • locales/eo/main.po

    r1425 r1499  
    453453 
    454454#, php-format 
    455 msgid "You are currently using \"%s\"" 
     455msgid "You are currently using <strong>%s</strong>" 
    456456msgstr "" 
    457457 
  • locales/eo/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/es-ar/main.po

    r1425 r1499  
    460460 
    461461#, php-format 
    462 msgid "You are currently using \"%s\"" 
     462msgid "You are currently using <strong>%s</strong>" 
    463463msgstr "Actualmente usas \"%s\"" 
    464464 
  • locales/es-ar/plugins.po

    r1354 r1499  
    844844 
    845845#, php-format 
    846 msgid "This will import a single blog backup as new content in the current blog: %s." 
     846msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    847847msgstr "Esto importará un archivo de resguardo de un blog individual como contenido nuevo del actual blog: %s." 
    848848 
  • locales/es/main.po

    r1425 r1499  
    462462 
    463463#, php-format 
    464 msgid "You are currently using \"%s\"" 
     464msgid "You are currently using <strong>%s</strong>" 
    465465msgstr "Actualmente está usando «%s»" 
    466466 
  • locales/es/plugins.po

    r1354 r1499  
    849849 
    850850#, php-format 
    851 msgid "This will import a single blog backup as new content in the current blog: %s." 
     851msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    852852msgstr "Esto importará una copia de respaldo de un único blog como nuevo contenido del blog en uso: %s." 
    853853 
  • locales/eu/main.po

    r1425 r1499  
    453453 
    454454#, php-format 
    455 msgid "You are currently using \"%s\"" 
     455msgid "You are currently using <strong>%s</strong>" 
    456456msgstr "" 
    457457 
  • locales/eu/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/fr/main.po

    r1484 r1499  
    481481 
    482482#, php-format 
    483 msgid "You are currently using \"%s\"" 
    484 msgstr "Vous utilisez actuellement \"%s\"" 
     483msgid "You are currently using <strong>%s</strong>" 
     484msgstr "Vous utilisez actuellement <strong>%s</strong>" 
    485485 
    486486msgid "Use selected theme" 
     
    31283128 
    31293129msgid "Information about this version" 
    3130 psgstr "Informations sur cette version" 
     3130msgstr "Informations sur cette version" 
     3131 
     3132msgid "Updates and modifications" 
     3133msgstr "Mises à jour et modifications" 
     3134 
     3135msgid "Back to user profile" 
     3136msgstr "Retour au profil utilisateur" 
     3137 
     3138msgid "Back to Blog themes" 
     3139msgstr "Retour à Apparence du blog" 
  • locales/fr/plugins.po

    r1483 r1499  
    961961#, php-format 
    962962msgid "" 
    963 "This will import a single blog backup as new content in the current blog: %s." 
     963"This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    964964msgstr "" 
    965965"Cela importera une sauvegarde d'un blog comme nouveau contenu du blog " 
    966 "courant : %s." 
     966"courant : <strong>%s</strong>." 
    967967 
    968968msgid "Upload a backup file" 
  • locales/hu/main.po

    r1425 r1499  
    465465 
    466466#, php-format 
    467 msgid "You are currently using \"%s\"" 
     467msgid "You are currently using <strong>%s</strong>" 
    468468msgstr "A \"%s\"-t használod" 
    469469 
  • locales/hu/plugins.po

    r1354 r1499  
    845845 
    846846#, php-format 
    847 msgid "This will import a single blog backup as new content in the current blog: %s." 
     847msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    848848msgstr "Ezzel egy egyedüli blogot fogok importálni új tartalomként ide: %s" 
    849849 
  • locales/it/main.po

    r1425 r1499  
    456456 
    457457#, php-format 
    458 msgid "You are currently using \"%s\"" 
     458msgid "You are currently using <strong>%s</strong>" 
    459459msgstr "Attualmente è in uso \"%s\"" 
    460460 
  • locales/it/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/ja/main.po

    r1425 r1499  
    465465 
    466466#, php-format 
    467 msgid "You are currently using \"%s\"" 
     467msgid "You are currently using <strong>%s</strong>" 
    468468msgstr "現在使用中のテーマ: %s" 
    469469 
  • locales/ja/plugins.po

    r1354 r1499  
    846846 
    847847#, php-format 
    848 msgid "This will import a single blog backup as new content in the current blog: %s." 
     848msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    849849msgstr "これは単独ブログのバックアップを、現在のブログ「%s」の新しいコンテンツとしてインポートします。" 
    850850 
  • locales/ko/main.po

    r1425 r1499  
    464464 
    465465#, php-format 
    466 msgid "You are currently using \"%s\"" 
     466msgid "You are currently using <strong>%s</strong>" 
    467467msgstr "현재 사용 중인 테마 : \"%s\"" 
    468468 
  • locales/ko/plugins.po

    r1354 r1499  
    846846 
    847847#, php-format 
    848 msgid "This will import a single blog backup as new content in the current blog: %s." 
     848msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    849849msgstr "이 과정은, 백업된 단일 블로그 내용을 현재 블로그 (%s) 의 새 내용으로 가져옵니다." 
    850850 
  • locales/lt/main.po

    r1425 r1499  
    432432 
    433433#, php-format 
    434 msgid "You are currently using \"%s\"" 
     434msgid "You are currently using <strong>%s</strong>" 
    435435msgstr "Šiuo metu jūs naudojate \"%s\"" 
    436436 
  • locales/lt/plugins.po

    r1126 r1499  
    808808 
    809809#, php-format 
    810 msgid "This will import a single blog backup as new content in the current blog: %s." 
     810msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    811811msgstr "Importuojama viena blogo atsarginė kopija kaip naujas turinys jūsų bloge: %s." 
    812812 
  • locales/nl/main.po

    r1425 r1499  
    454454 
    455455#, php-format 
    456 msgid "You are currently using \"%s\"" 
     456msgid "You are currently using <strong>%s</strong>" 
    457457msgstr "Je gebruikt nu \"%s\"" 
    458458 
  • locales/nl/plugins.po

    r1354 r1499  
    836836 
    837837#, php-format 
    838 msgid "This will import a single blog backup as new content in the current blog: %s." 
     838msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    839839msgstr "" 
    840840 
  • locales/oc/main.po

    r1425 r1499  
    455455 
    456456#, php-format 
    457 msgid "You are currently using \"%s\"" 
     457msgid "You are currently using <strong>%s</strong>" 
    458458msgstr "" 
    459459 
  • locales/oc/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/pl/main.po

    r1425 r1499  
    455455 
    456456#, php-format 
    457 msgid "You are currently using \"%s\"" 
     457msgid "You are currently using <strong>%s</strong>" 
    458458msgstr "Aktualnie używasz \"%s\"" 
    459459 
  • locales/pl/plugins.po

    r1354 r1499  
    840840 
    841841#, php-format 
    842 msgid "This will import a single blog backup as new content in the current blog: %s." 
     842msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    843843msgstr "Zaimportuje kopię zapasową pojedynczego bloga jako nową zawartość w aktualnym blogu: %s." 
    844844 
  • locales/pt-br/main.po

    r1425 r1499  
    470470 
    471471#, php-format 
    472 msgid "You are currently using \"%s\"" 
     472msgid "You are currently using <strong>%s</strong>" 
    473473msgstr "" 
    474474 
  • locales/pt-br/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/pt/main.po

    r1425 r1499  
    461461 
    462462#, php-format 
    463 msgid "You are currently using \"%s\"" 
     463msgid "You are currently using <strong>%s</strong>" 
    464464msgstr "Você está a usar \"%s\"" 
    465465 
  • locales/pt/plugins.po

    r1354 r1499  
    849849 
    850850#, php-format 
    851 msgid "This will import a single blog backup as new content in the current blog: %s." 
     851msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    852852msgstr "Isto irá importar uma copia de simples blog como novo conteúdo no blog actual: %s." 
    853853 
  • locales/ro/main.po

    r1425 r1499  
    455455 
    456456#, php-format 
    457 msgid "You are currently using \"%s\"" 
     457msgid "You are currently using <strong>%s</strong>" 
    458458msgstr "" 
    459459 
  • locales/ro/plugins.po

    r1354 r1499  
    845845 
    846846#, php-format 
    847 msgid "This will import a single blog backup as new content in the current blog: %s." 
     847msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    848848msgstr "" 
    849849 
  • locales/ru/main.po

    r1425 r1499  
    460460 
    461461#, php-format 
    462 msgid "You are currently using \"%s\"" 
     462msgid "You are currently using <strong>%s</strong>" 
    463463msgstr "В данный момент вы используете \"%s\"" 
    464464 
  • locales/ru/plugins.po

    r1354 r1499  
    841841 
    842842#, php-format 
    843 msgid "This will import a single blog backup as new content in the current blog: %s." 
     843msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    844844msgstr "Это импортирует резервный файл одного блога как новое содержимое в текущий блог: %s." 
    845845 
  • locales/sr/main.po

    r1425 r1499  
    460460 
    461461#, php-format 
    462 msgid "You are currently using \"%s\"" 
     462msgid "You are currently using <strong>%s</strong>" 
    463463msgstr "Vous utilisez actuellement \"%s\"" 
    464464 
  • locales/sr/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/sv/main.po

    r1425 r1499  
    453453 
    454454#, php-format 
    455 msgid "You are currently using \"%s\"" 
     455msgid "You are currently using <strong>%s</strong>" 
    456456msgstr "" 
    457457 
  • locales/sv/plugins.po

    r1354 r1499  
    835835 
    836836#, php-format 
    837 msgid "This will import a single blog backup as new content in the current blog: %s." 
     837msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    838838msgstr "" 
    839839 
  • locales/te/main.po

    r1425 r1499  
    458458 
    459459#, php-format 
    460 msgid "You are currently using \"%s\"" 
     460msgid "You are currently using <strong>%s</strong>" 
    461461msgstr "మీరు ప్రస్తుతం \"%s\" ని వాడుతున్నారు" 
    462462 
  • locales/te/plugins.po

    r1354 r1499  
    838838 
    839839#, php-format 
    840 msgid "This will import a single blog backup as new content in the current blog: %s." 
     840msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    841841msgstr "" 
    842842 
  • locales/tr/main.po

    r1425 r1499  
    460460 
    461461#, php-format 
    462 msgid "You are currently using \"%s\"" 
     462msgid "You are currently using <strong>%s</strong>" 
    463463msgstr "Şimdi \"%s\" kullanıyorsunuz." 
    464464 
  • locales/tr/plugins.po

    r1354 r1499  
    839839 
    840840#, php-format 
    841 msgid "This will import a single blog backup as new content in the current blog: %s." 
     841msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    842842msgstr "" 
    843843 
  • locales/zh-cn/main.po

    r1425 r1499  
    458458 
    459459#, php-format 
    460 msgid "You are currently using \"%s\"" 
     460msgid "You are currently using <strong>%s</strong>" 
    461461msgstr "您正在使用“%s”" 
    462462 
  • locales/zh-cn/plugins.po

    r1354 r1499  
    847847 
    848848#, php-format 
    849 msgid "This will import a single blog backup as new content in the current blog: %s." 
     849msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    850850msgstr "这将会把一个单一博客的备份作为新内容导入到当前博客:%s。" 
    851851 
  • plugins/antispam/_admin.php

    r1474 r1499  
    6868          $ttl = $settings->antispam->antispam_moderation_ttl; 
    6969          echo 
    70           '<fieldset><legend>Antispam</legend>'. 
     70          '<div class="fieldset"><h4>Antispam</h4>'. 
    7171          '<p><label for="antispam_moderation_ttl" class="classic">'.__('Delete junk comments older than').' '. 
    7272          form::field('antispam_moderation_ttl', 3, 3, $ttl). 
    7373          ' '.__('days'). 
    7474          '</label></p>'. 
    75           '</fieldset>'; 
     75          '</div>'; 
    7676     } 
    7777      
  • plugins/antispam/filters/class.dc.filter.iplookup.php

    r1468 r1499  
    7676 
    7777          $res .= 
    78           '<form action="'.html::escapeURL($url).'" method="post">'. 
    79           '<fieldset><legend>' . __('IP Lookup servers') . '</legend>'. 
     78          '<form action="'.html::escapeURL($url).'" method="post" class="fieldset">'. 
     79          '<h3>' . __('IP Lookup servers') . '</h3>'. 
    8080          '<p><label for="bls">'.__('Add here a coma separated list of servers.').'</label>'. 
    8181          form::textarea('bls',40,3,html::escapeHTML($bls),'maximal'). 
     
    8383          '<p><input type="submit" value="'.__('Save').'" /></p>'. 
    8484          $this->core->formNonce().'</p>'. 
    85           '</fieldset>'. 
    8685          '</form>'; 
    8786 
  • plugins/blowupConfig/config.js

    r89 r1499  
    4949      
    5050     $('#theme_config').prepend(styles_combo); 
    51      $(styles_combo).wrap('<fieldset></fieldset>').before('<legend>' + dotclear.msg.predefined_styles + '</legend>').wrap('<p></p>'); 
     51     $(styles_combo).wrap('<div class="fieldset"></div>').before('<h3>' + dotclear.msg.predefined_styles + '</h3>').wrap('<p></p>'); 
    5252      
    5353     $(styles_combo).change(function() { 
     
    6262      
    6363     // Code import 
    64      var e = $('#bu_export ~ fieldset:first'); 
     64     var e = $('#bu_export_content'); 
    6565     e.toggle(); 
    6666      
  • plugins/blowupConfig/index.php

    r1454 r1499  
    235235 
    236236echo 
    237 '<p><a class="back" href="blog_theme.php">'.__('back').'</a></p>'; 
     237'<p><a class="back" href="blog_theme.php">'.__('Back to Blog themes').'</a></p>'; 
    238238 
    239239 
     
    249249echo '<form id="theme_config" action="'.$p_url.'" method="post" enctype="multipart/form-data">'; 
    250250 
    251 echo '<fieldset><legend>'.__('General').'</legend>'; 
     251echo '<div class="fieldset"><h3>'.__('Customization').'</h3>'. 
     252'<h4>'.__('General').'</h4>'; 
    252253 
    253254if ($can_write_images) { 
     
    272273'<p class="field"><label for="body_line_height">'.__('Text line height:').'</label> '. 
    273274form::field('body_line_height',7,7,$blowup_user['body_line_height']).'</p>'. 
    274 '</fieldset>'. 
    275  
    276 '<fieldset><legend>'.__('Links').'</legend>'. 
     275 
     276'<h4 class="border-top">'.__('Links').'</h4>'. 
    277277'<p class="field"><label for="body_link_c">'.__('Links color:').'</label> '. 
    278278form::field('body_link_c',7,7,$blowup_user['body_link_c'],'colorpicker').'</p>'. 
     
    283283'<p class="field"><label for="body_link_f_c">'.__('Focus links color:').'</label> '. 
    284284form::field('body_link_f_c',7,7,$blowup_user['body_link_f_c'],'colorpicker').'</p>'. 
    285 '</fieldset>'. 
    286  
    287 '<fieldset><legend>'.__('Page top').'</legend>'; 
     285 
     286'<h4 class="border-top">'.__('Page top').'</h4>'; 
    288287 
    289288if ($can_write_images) { 
     
    310309 
    311310'<p class="field"><label for="blog_title_p">'.__('Main title position (x:y)').'</label> '. 
    312 form::field('blog_title_p',7,7,$blowup_user['blog_title_p']).'</p>'. 
    313 '</fieldset>'; 
     311form::field('blog_title_p',7,7,$blowup_user['blog_title_p']).'</p>'; 
    314312 
    315313if ($can_write_images) { 
     
    321319 
    322320     echo 
    323      '<fieldset><legend>'.__('Top image').'</legend>'. 
     321     '<h4 class="border-top">'.__('Top image').'</h4>'. 
    324322     '<p class="field"><label for="top_image">'.__('Top image').'</label> '. 
    325323     form::combo('top_image',$top_images,($blowup_user['top_image'] ? $blowup_user['top_image'] : 'default')).'</p>'. 
     
    331329     '</p>'. 
    332330 
    333      '<h3>'.__('Preview').'</h3>'. 
     331     '<h5>'.__('Preview').'</h5>'. 
    334332     '<div class="grid" style="width:800px;border:1px solid #ccc;">'. 
    335333     '<img style="display:block;" src="'.$preview_image.'" alt="" id="image-preview" />'. 
    336      '</div>'. 
    337      '</fieldset>'; 
    338 } 
    339  
    340 echo 
    341 '<fieldset><legend>'.__('Sidebar').'</legend>'. 
     334     '</div>'; 
     335} 
     336 
     337echo 
     338'<h4 class="border-top">'.__('Sidebar').'</h4>'. 
    342339'<p class="field"><label for="sidebar_position">'.__('Sidebar position:').'</label> '. 
    343340form::combo('sidebar_position',array(__('right')=>'right',__('left')=>'left'),$blowup_user['sidebar_position']).'</p>'. 
     
    383380'</fieldset>'. 
    384381 
    385 '<fieldset><legend>'.__('Entries').'</legend>'. 
     382'<h4 class="border-top">'.__('Entries').'</h4>'. 
    386383'<p class="field"><label for="date_title_f">'.__('Date title font:').'</label> '. 
    387384form::combo('date_title_f',blowupConfig::fontsList(),$blowup_user['date_title_f']).'</p>'. 
     
    421418'<p class="field"><label for="post_commentmy_c">'.__('My comment text color:').'</label> '. 
    422419form::field('post_commentmy_c',7,7,$blowup_user['post_commentmy_c'],'colorpicker').'</p>'. 
    423 '</fieldset>'. 
    424  
    425 '<fieldset><legend>'.__('Footer').'</legend>'. 
     420 
     421'<h4 class="border-top">'.__('Footer').'</h4>'. 
    426422'<p class="field"><label for="footer_f">'.__('Footer font:').'</label> '. 
    427423form::combo('footer_f',blowupConfig::fontsList(),$blowup_user['footer_f']).'</p>'. 
     
    437433 
    438434'<p class="field"><label for="footer_bg_c">'.__('Footer background color:').'</label> '. 
    439 form::field('footer_bg_c',7,7,$blowup_user['footer_bg_c'],'colorpicker').'</p>'. 
    440 '</fieldset>'; 
    441  
    442 echo 
    443 '<fieldset><legend>'.__('Additional CSS').'</legend>'. 
     435form::field('footer_bg_c',7,7,$blowup_user['footer_bg_c'],'colorpicker').'</p>'; 
     436 
     437echo 
     438'<h4 class="border-top">'.__('Additional CSS').'</h4>'. 
    444439'<p><label for="extra_css">'.__('Any additional CSS styles (must be written using the CSS syntax):').'</label> '. 
    445440form::textarea('extra_css',72,5,html::escapeHTML($blowup_user['extra_css']),'maximal','',false,'title="'.__('Additional CSS').'"'). 
    446441'</p>'. 
    447 '</fieldset>'; 
     442'</div>'; 
    448443 
    449444 
     
    461456} 
    462457echo 
    463 '<h3 id="bu_export">'.__('Configuration import / export').'</h3><fieldset>'. 
     458'<div class="fieldset">'. 
     459'<h3 id="bu_export">'.__('Configuration import / export').'</h3>'. 
     460'<div id="bu_export_content">'. 
    464461'<p>'.__('You can share your configuration using the following code. To apply a configuration, paste the code, click on "Apply code" and save.').'</p>'. 
    465462'<p>'.form::textarea('export_code',72,5,implode('; ',$tmp_array),'maximal','',false,'title="'.__('Copy this code:').'"').'</p>'. 
    466 '</fieldset>'; 
     463'</div>'. 
     464'</div>'; 
    467465 
    468466echo 
  • plugins/daInstaller/index.php

    r1454 r1499  
    298298'<!-- Search -->'. 
    299299'<div class="multi-part" id="search" title="'.__('Search').'">'. 
    300      '<fieldset><legend>'.__('Search options'). 
    301      '</legend>'. 
    302      '<form method="get" action="'.$p_url.'">'. 
     300     '<form method="get" action="'.$p_url.'" class="fieldset">'. 
     301     '<h3>'.__('Search').'</h3>'. 
    303302     '<p>'.form::hidden('p','daInstaller'). 
    304303     '<label for="q" class="classic">'.__('Query:').'&nbsp;</label> '. 
    305      form::field('q',30,255,html::escapeHTML($q)). 
    306      '<label for="mode" class="classic">'. 
     304     form::field('q',30,255,html::escapeHTML($q)).'</p>'. 
     305     '<p><label for="mode" class="classic">'. 
    307306     form::radio(array('mode','mode'),'plugins',$mode == 'plugins'). 
    308307     ' '.__('Plugins').'&nbsp;</label> '. 
    309308     '<label for="mode2" class="classic">'. 
    310      form::radio(array('mode','mode2'),'themes',$mode == 'themes') 
    311      .' '.__('Themes').'&nbsp;</label> '. 
    312      '<input type="submit" value="'.__('Search').'" /></p>'. 
    313      '</form>'. 
    314      '</fieldset>'; 
     309     form::radio(array('mode','mode2'),'themes',$mode == 'themes'). 
     310     ' '.__('Themes').'&nbsp;</label></p>'. 
     311     '<p><input type="submit" value="'.__('Search').'" /></p>'. 
     312     '</form>'; 
    315313if (!empty($q)) { 
    316314     echo '<p><strong>'.sprintf(__('%u %s found'),$s_m_nb,__($mode)).'</strong></p>'; 
  • plugins/importExport/inc/class.dc.export.flat.php

    r840 r1499  
    191191     { 
    192192          echo 
    193           '<form action="'.$this->getURL(true).'" method="post">'. 
    194           '<fieldset><legend>'.__('Single blog').'</legend>'. 
     193          '<form action="'.$this->getURL(true).'" method="post" class="fieldset">'. 
     194          '<h3>'.__('Single blog').'</h3>'. 
    195195          '<p>'.sprintf(__('This will create an export of your current blog: %s'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    196196           
     
    211211          $this->core->formNonce().'</p>'. 
    212212           
    213           '</fieldset>'. 
    214213          '</form>'; 
    215214           
     
    217216          { 
    218217               echo 
    219                '<form action="'.$this->getURL(true).'" method="post">'. 
    220                '<fieldset><legend>'.__('Multiple blogs').'</legend>'. 
     218               '<form action="'.$this->getURL(true).'" method="post" class="fieldset">'. 
     219               '<h3>'.__('Multiple blogs').'</h3>'. 
    221220               '<p>'.__('This will create an export of all the content of your database.').'</p>'. 
    222221                
     
    234233               $this->core->formNonce().'</p>'. 
    235234                
    236                '</fieldset>'. 
    237235               '</form>'; 
    238236          } 
  • plugins/importExport/inc/class.dc.import.flat.php

    r1454 r1499  
    180180           
    181181          echo 
    182           '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data">'. 
    183           '<fieldset><legend>'.__('Single blog').'</legend>'. 
    184           '<p>'.sprintf(__('This will import a single blog backup as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
     182          '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" class="fieldset">'. 
     183          '<h3>'.__('Single blog').'</h3>'. 
     184          '<p>'.sprintf(__('This will import a single blog backup as new content in the current blog: <strong>%s</strong>.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    185185           
    186186          '<p><label for="up_single_file" class="classic">'.__('Upload a backup file'). 
     
    203203          '<input type="submit" value="'.__('Import').'" /></p>'. 
    204204           
    205           '</fieldset>'. 
    206205          '</form>'; 
    207206           
     
    209208          { 
    210209               echo 
    211                '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" id="formfull">'. 
    212                '<fieldset><legend>'.__('Multiple blogs').'</legend>'. 
     210               '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" id="formfull" class="fieldset">'. 
     211               '<h3>'.__('Multiple blogs').'</h3>'. 
    213212               '<p class="warning">'.__('This will reset all the content of your database, except users.').'</p>'. 
    214213                
     
    235234               '<input type="submit" value="'.__('Import').'" /></p>'. 
    236235                
    237                '</fieldset>'. 
    238236               '</form>'; 
    239237          } 
  • plugins/importExport/locales/fr/main.po

    r841 r1499  
    223223 
    224224#: inc/class.dc.import.flat.php:184 
    225 msgid "This will import a single blog backup as new content in the current blog: %s." 
     225msgid "This will import a single blog backup as new content in the current blog: <strong>%s</strong>." 
    226226msgstr "Ceci va charger une sauvegarde de blog comme un nouveau contenu dans le blog en cours : %s." 
    227227 
Note: See TracChangeset for help on using the changeset viewer.

Sites map