/[drupal]/contributions/modules/ubrowser/ubrowser.module
ViewVC logotype

Diff of /contributions/modules/ubrowser/ubrowser.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Tue Mar 6 21:28:12 2007 UTC revision 1.4, Mon Feb 11 18:26:51 2008 UTC
# Line 79  function ubrowser_menu($may_cache) { Line 79  function ubrowser_menu($may_cache) {
79   */   */
80  function ubrowser_admin() {  function ubrowser_admin() {
81    
82    $output = '<p>'. t('uBrowser allows you to browse the content of your site '    $output = '<p>'. t('uBrowser allows you to browse the content of your site by taxonomy vocabulary. Use the form to build uBrowser here. The textarea beneath the uBrowser will display the PHP to put the browser on a page in your site.') .'</p>';
            .'by taxonomy vocabulary. Use the form to build uBrowser here. The '  
            .'textarea beneath the uBrowser will display the PHP to put the '  
            .'browser on a page in your site.') .'</p>';  
83    
84    $settings = array(    $settings = array(
85      'div' => '#ubrowser',      'div' => '#ubrowser',
# Line 863  function ubrowser_builder($settings) { Line 860  function ubrowser_builder($settings) {
860      '#collapsed' => TRUE,      '#collapsed' => TRUE,
861    );    );
862    $form['display-names']['instructions'] = array(    $form['display-names']['instructions'] = array(
863      '#value' => '<div>'. t('Use the following textfields to provide alternate '      '#value' => '<div>'. t('Use the following textfields to provide alternate words for display in uBrowser.') .'</div>',
                .'words for display in uBrowser.') .'</div>',  
864    );    );
865    
866    if ($settings['categ'] === TRUE) {    if ($settings['categ'] === TRUE) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2