Ignore:
Timestamp:
Apr 9, 2011, 4:52:15 PM (13 years ago)
Author:
mistic100
Message:

bug:2224 one parameter for change thumnails number (needs some translations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r9989 r10198  
    385385
    386386  $formfields =
    387     array('nb_image_line', 'nb_line_page', 'theme', 'language',
     387    array('nb_image_page', 'theme', 'language',
    388388          'recent_period', 'maxwidth', 'expand', 'show_nb_comments',
    389389          'show_nb_hits', 'maxheight', 'status', 'enabled_high',
     
    560560  $template->assign(
    561561    array(
    562       'NB_IMAGE_LINE' => $_POST['nb_image_line'],
    563       'NB_LINE_PAGE' => $_POST['nb_line_page'],
     562      'NB_IMAGE_PAGE' => $_POST['nb_image_page'],
    564563      'MAXWIDTH' => $_POST['maxwidth'],
    565564      'MAXHEIGHT' => $_POST['maxheight'],
     
    572571  $template->assign(
    573572    array(
    574       'NB_IMAGE_LINE' => $default_user['nb_image_line'],
    575       'NB_LINE_PAGE' => $default_user['nb_line_page'],
     573      'NB_IMAGE_PAGE' => $default_user['nb_image_page'],
    576574      'MAXWIDTH' => $default_user['maxwidth'],
    577575      'MAXHEIGHT' => $default_user['maxheight'],
Note: See TracChangeset for help on using the changeset viewer.