/[smecontribs]/rpms/smeserver-ezmlm-web/contribs8/smeserver-ezmlm-web-1.1.2-configurable.patch
ViewVC logotype

Diff of /rpms/smeserver-ezmlm-web/contribs8/smeserver-ezmlm-web-1.1.2-configurable.patch

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

Revision 1.3 by unnilennium, Thu Apr 21 05:05:11 2016 UTC Revision 1.4 by unnilennium, Thu Apr 21 05:13:17 2016 UTC
# Line 97  diff -Nur smeserver-ezmlm-web-1.1.2.old/ Line 97  diff -Nur smeserver-ezmlm-web-1.1.2.old/
97  -# $HTML_TITLE = 'E Z Mailing List Manager';  -# $HTML_TITLE = 'E Z Mailing List Manager';
98  -$HTML_TITLE = 'Mailing Lists';  -$HTML_TITLE = 'Mailing Lists';
99  +my $options= $ezmlm{options} || 'aBDFGHiJkLMNOpQRSTUWx';  +my $options= $ezmlm{options} || 'aBDFGHiJkLMNOpQRSTUWx';
100  +$OUT .= "\$DEFAULT_OPTIONS = '$options'";  +$OUT .= "\$DEFAULT_OPTIONS = '$options';\n";
101    
102  -# ---------------------------------------------------------------------------  -# ---------------------------------------------------------------------------
103  +my $title= $ezmlm{title} || 'Koozali SME Server Mailing List Manager';  +my $title= $ezmlm{title} || 'Koozali SME Server Mailing List Manager';
104  +$OUT .= "# What is the title of this document?";  +$OUT .= "# What is the title of this document?\n";
105  +$OUT .= "\$HTML_TITLE = '$title';";  +$OUT .= "\$HTML_TITLE = '$title';\n";
106  +  +
107  +  +
108  +$OUT .= <<'EOF';  +$OUT .= <<'EOF';


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed